xiaohaoChen / rrc_detection

Accurate Single Stage Detector Using Recurrent Rolling Convolution
Other
361 stars 136 forks source link

error while create voc type labels #44

Closed RyuJunHwan closed 6 years ago

RyuJunHwan commented 6 years ago

i finished the installation process and i have prepared all required dataset of KITTI. in order to create a voc type label, I modified the line4 root_dir in the file convertlabels.m in convert_labels folder and executed extract_car_label.sh. However, the result is that only the label_2car folder is created and a folder named xml doesn't created under this folder. Why? (The label_2car folder was successfully created with 6,684 .txt files.)

RyuJunHwan commented 6 years ago

I solved it by running it with matlab

lhyfst commented 5 years ago

I met the same problem. Could you explain it more specific? Which file did you run with matlab to solve the problem?

Just run converlabels.m in matlab?