DetectionTeamUCAS / Cascade-RCNN_Tensorflow

MIT License
90 stars 34 forks source link

About setup.py #7

Closed Hxx2048 closed 5 years ago

Hxx2048 commented 5 years ago

when i run "python ./tools/train.py", there is a error "no module named 'libs'". the error information is as follow: error

I think this error may be about 'setup.py', anyone know how to do?

yangxue0827 commented 5 years ago

cd tools python train.py @Hxx2048

Hxx2048 commented 5 years ago

Thanks! you suggestion works! but i meet another question. after "cd tools; python train.py", the model keep in 'restore model' fro a long time , i don't know why. like this

错误2

@yangxue0827

Hxx2048 commented 5 years ago

ok, i find the solution. my convert_data_to_tf_record.py has something wrong.