MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
954 stars 279 forks source link

OSError: [Errno 2] No such file or directory #119

Open AnddyWang opened 5 years ago

AnddyWang commented 5 years ago

I have the model_crnn.t7 file. How to solve the problem?Thanks image

Crispinli commented 5 years ago

I meet this error too, did you solve it?

donglin8506 commented 5 years ago

The project need the successful installation of crnn, and the crnn's success needs the torch (isn't pytorch). So the solvement is to ellipsis the use of crnn

AnddyWang commented 5 years ago

I meet this error too, did you solve it?

do not know how to solve.

AnddyWang commented 5 years ago

The project need the successful installation of crnn, and the crnn's success needs the torch (isn't pytorch). So the solvement is to ellipsis the use of crnn

but I want to train end to end.

Crispinli commented 5 years ago

Maybe some directory name is wrong, you can check them... BTW, do you know h ow to train TextBoxes++ and CRNN end to end?