Open whwhust opened 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.
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?
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?