caltech-pedestrian-dataset-converter icon indicating copy to clipboard operation
caltech-pedestrian-dataset-converter copied to clipboard

Download Caltech Pedestrian Dataset and convert them for Python users without using MATLAB

Results 10 caltech-pedestrian-dataset-converter issues
Sort by recently updated
recently updated
newest added

hello, when i convert seq to image,i meet [mjpeg @ 0x55e5f56bbc40] No JPEG data found in image。。

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...

There's a minor difference in openCV version 2.x and 3.x, it might be nice to use something like this: ``` if opencv_version() == 2: fourcc = cv2.cv.FOURCC(*output_format) elif opencv_version() ==...

Nice utilities, saved me maybe a day or two writing similar stuff. One minor problem, though, the caltech 2014 dataset is basically .jpg files packed in a sequence. Unpacking them...

Caltech is divided to overall,scale.occlusion,reasonable. I can just get the overall version. So how to get the reasonable part??? @mitmul

I try use this repo to convert the dataset below, but i encounter the following error. > Unable to stop the stream: Inappropriate ioctl for device > data/set05/V002.seq GM-ATCI Rear-view...

Hi! It is easy to run the scripts and get the files, but how can we use the converted files, especially the annotations, eg, if we read the `annotations.json`, then...

michel@michel-Lenovo-IdeaPad-Y510P:~/Desktop/caltech-pedestrian-dataset-converter-master$ python scripts/convert_seqs.py GStreamer Plugin: Embedded video playback halted; module typefind reported: Could not determine type of stream. OpenCV Error: Unspecified error (GStreamer: unable to start pipeline ) in cvCaptureFromCAM_GStreamer,...