SoonminHwang / rgbt-ped-detection

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

How to use this acfDemoKAIST? #1

Open whwhust opened 6 years ago

whwhust commented 6 years ago

You say we just need to download this Dataset and your package.But this file don't work.Maybe I should transfer vbb files into txt files firstly,or I should do some preparatory work?

SoonminHwang commented 6 years ago

Did you use provided python script? I fixed this script for python3.x now. The script will download 'annotations.zip' and unzip this file to 'annotations' directory containing *.txt files.

If you want to download annotation files manually, use following command.

$ curl -LO http://multispectral.kaist.ac.kr/pedestrian/data-kaist/annotations.zip

Or you can download our .vbb files to use instance tracking information. Then, please modify our format converter.

feixiangdekaka commented 4 years ago

Did you use provided python script? I fixed this script for python3.x now. The script will download 'annotations.zip' and unzip this file to 'annotations' directory containing *.txt files.

If you want to download annotation files manually, use following command.

$ curl -LO http://multispectral.kaist.ac.kr/pedestrian/data-kaist/annotations.zip

Or you can download our .vbb files to use instance tracking information. Then, please modify our format converter

The script fetch_dataset_kaist_cvpr15.py get vbb files, and the script kaist_to_voc_format.py convert vbb to xml . where is the txt files?