SoonminHwang / rgbt-ped-detection

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

annotation-vbb.zip file could not be downloaded correctly. #26

Closed godhj93 closed 2 years ago

godhj93 commented 2 years ago

I'm trying to download the dataset (RGB,IR paired images and annotations for object detection). I downloaded the images on kaist-rgbt directory and ran kaist_to_voc_format.py to get annotations with voc format and it failed with following error:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   196  100   196    0     0   6163      0 --:--:-- --:--:-- --:--:--  6322
[annotations-vbb.zip]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of annotations-vbb.zip or
        annotations-vbb.zip.zip, and cannot find annotations-vbb.zip.ZIP, period.

and i found the annotation-vbb.zip file did not be downloaded correctly(its size is only 196Bytes)

how can i download and use your dataset correctly?