MhLiao / TextBoxes_plusplus

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

Demo is not working, but there is a fix #14

Closed giddyyupp closed 6 years ago

giddyyupp commented 6 years ago

hi, since in the file models/deploy.prototxt at line 1674, u hard coded your folder path, demo.py is not working.

if you change this to relative path, then i believe it will work.

Now there is this Error but i believe i can fix this:

IOError: cannot write mode RGBA as JPEG

For the last error one can change output extensions from .jpg to .png

MhLiao commented 6 years ago

@giddyyupp Thank you! I have fixed the abs path now.