Closed giddyyupp closed 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
@giddyyupp Thank you! I have fixed the abs path now.
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