You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: