xiaohaoChen / rrc_detection

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

error while creating lmdb file #43

Open munirfarzeen opened 6 years ago

munirfarzeen commented 6 years ago

hi, im trying to train the network and getting following erros, any ideas why? ~/rrc_detection-master/data/KITTI-car$ sh ./create_list.sh ./create_list.sh: 4: ./create_list.sh: Bad substitution Create list for image_2 training... ./create_list.sh: 34: [: training: unexpected operator ./create_list.sh: 40: [: training: unexpected operator Create list for image_2 testing... ./create_list.sh: 34: [: testing: unexpected operator ~/rrc_detection-master/data/KITTI-car$ sh ./create_data.sh ./create_data.sh: 1: ./create_data.sh: Bad substitution python: can't open file '/home/****/../../scripts/create_annoset.py': [Errno 2] No such file or directory python: can't open file '/home/****/../../scripts/create_annoset.py': [Errno 2] No such file or directory

xiaohaoChen commented 6 years ago

chmod +x create_list.sh ./create_list.sh