CasiaFan / Dataset_to_VOC_converter

Scripts to convert datasets (Caltech pedestrian, MS COCO, HDA) to PASCAL VOC format
MIT License
193 stars 57 forks source link

vbb2voc.py: error: the following arguments are required: seq_dir, vbb_dir, output_dir, person_type #18

Closed kli017 closed 5 years ago

kli017 commented 5 years ago

hello, I was trying to convert the vbb to voc using vbb2voc.py. my parameters as below: python vbb2voc.py --seq_dir=/home/kli/data/pedestrian_data/set00/ \ --vbb_dir=/home/kli/data/pedestrian_data/annotations/set00/ \ --output_dir=/home/kli/data/pedestrian_data/voc/set00/ \ --person_type=person but get the error vbb2voc.py: error: the following arguments are required: seq_dir, vbb_dir, output_dir, person_type Is there any problem with the input format?

CasiaFan commented 5 years ago

@kli017 I'm not sure about your error. Maybe \ should be added at end of each line if you run this command in a shell script.