mitmul/caltech-pedestrian-dataset-converter

python scripts/convert_seqs.py is not generating images from the caltech dataset

Opened this issue · 5 comments

The script didn't throw any errors and print all the video file names but no images were generated in the data/images folder as i was expecting. Would you know what could be wrong?

Same here, does anyone know what could be wrong?

@buffer51 I went ahead and implemented my own extractor at https://github.com/jainanshul/caltech-pedestrian-dataset-extractor. Feel free to give it a shot. It is based on node and JS.

@jainanshul Thank you, works like a charm! In the end I've used both, since he parses the annotations as well.

Seems that there is something wrong when OpenCV opens it. I used another extractor in the end.

@gnoliyil which extractor did you use?