Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to test on custom data without using Kitti Dataset #66

Open
prsnkmr opened this issue Jan 9, 2023 · 2 comments
Open

Comments

@prsnkmr
Copy link

prsnkmr commented Jan 9, 2023

I want to run this model on a single point cloud, without using kitti dataset is it possible?.If it is possible please help me to test this model on point clouds

@regenthor
Copy link

I tried that too, but failed. Anyone know? @maudzung

@aorait
Copy link

aorait commented Aug 3, 2023

Yes you can test it using a point cloud stored in a bin file. To do it cleanly you can modify the test.py and dataloader to only use Lidar data. A more hacky solution is to create another folder with the same directory structure as kitti, copy any kitti image and rename it to the same serial id as your custom point clouds id, put this id in the ImageSets/test.txt, update the configs.dataset_dir in the test.py and you should see some detections using this command python test.py --gpu_idx 0 --pretrained_path your_path/Model_complexer_yolo_epoch_200.pth --show_image. The results don't seem great though (at least for me since I don't use velodyne data).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants