python scripts/convert_seqs.py is not generating images from the caltech dataset
jainanshul opened this issue · 5 comments
jainanshul commented
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?
buffer51 commented
Same here, does anyone know what could be wrong?
jainanshul commented
@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.
buffer51 commented
@jainanshul Thank you, works like a charm! In the end I've used both, since he parses the annotations as well.
gnoliyil commented
Seems that there is something wrong when OpenCV opens it. I used another extractor in the end.
naikshubham commented
@gnoliyil which extractor did you use?