simonzachau / caltech-pedestrian-dataset-to-yolo-format-converter

converts the format of the caltech pedestrian dataset to the format that yolo uses
40 stars 17 forks source link

Doesn't work on .vbb files. #2

Closed Arc2019 closed 4 years ago

Arc2019 commented 4 years ago

I want to extract labels from KAIST Multispectral Pedestrian Detection Dataset, which provides .vbb files in YOLO format. the given code does not seem to work.

simonzachau commented 4 years ago

As explained in the Readme, the code is intended to be used to convert the Caltech Pedestrian Dataset. Likely, the .vbb files of your dataset use a different schema. If you have any questions regarding that matter, please ask them specifically. Please feel free to adapt the code to your needs.