Complex-YOLOv3 icon indicating copy to clipboard operation
Complex-YOLOv3 copied to clipboard

TEST Video is discontinuous and randomly

Open jishumiao95 opened this issue 5 years ago • 4 comments

Hi

When I run python test_both_side_detection.py The video I get is discontinuous. It just looks like a combinition of all the images randomly. I think the reason is maybe the test dataset also in random order.

Could you tell me how can I get smooth and continuous video likes Demo Video please?

jishumiao95 avatar Sep 25 '19 03:09 jishumiao95

hi @jishumiao95,

I think your point cloud data is not in sequence. You can solve your problem by replacing point cloud ids from your dataset into this file, ofcource in proper order.

https://github.com/ghimiredhikura/Complex-YOLOv3/blob/master/data/KITTI/ImageSets/test.txt

Best, Deepak

ghimiredhikura avatar Sep 26 '19 05:09 ghimiredhikura

Hi @ghimiredhikura

Thanks for your reply. Follow your idea, I downloaded the raw data from KITTI. The data which I use is 2011_09_26_drive_0005. http://www.cvlibs.net/datasets/kitti/raw_data.php

Then, I did the following works:

  1. rename the image and Lidar files. (10 digts--->6 digits)
  2. a correct Calibration text for each frame.
  3. write point cloud ids. (from 0 to 153)
  4. change the raw data's directory structure just as same as 3d KITTI data.

Finally, after all these, it works. The result is so clean and beautiful.

Regards, Miao

jishumiao95 avatar Oct 02 '19 05:10 jishumiao95

I am glad you finally made it. Good luck with your research!

Best, Deepak

ghimiredhikura avatar Oct 02 '19 05:10 ghimiredhikura

Hello, I wonder how to calibrate.

1512526469 avatar Apr 14 '21 20:04 1512526469