SoonminHwang / rgbt-ped-detection

KAIST Multispectral Pedestrian Detection Benchmark [CVPR '15]
http://multispectral.kaist.ac.kr
Other
304 stars 61 forks source link

utils/run_KAIST_labeler.m not working #16

Open simonspeth opened 4 years ago

simonspeth commented 4 years ago

I tried to reuse the run_KAIST_labeler.m script to label my own dataset. But the file vbbLabeler2.m, which is needed for the labeler to work, is not included in the repository. After a quick google search I found that the file should be located in the folder "piotr-toolbox-3.40/vbbLabeler2.m". Maybe this was a mistake to not include the changes you made on the repository of https://github.com/pdollar/toolbox.

Could you please add those missing files?