issues
search
singnet
/
style-transfer-service
MIT License
5
stars
5
forks
source link
Improvements and bug fix
#15
Closed
ramongduraes
closed
6 years ago
ramongduraes
commented
6 years ago
Improvements :
Error handling: Image loading: raises an error to the client for wrong local paths;
Error handling: Image downloading: GRPC error is raised;
Error handling: Model loading: raises an error to the client if model is unavailable (even though this shouldn't happen).
Now returns base64 encoded JPEG instead of base64 encoded numpy.ndarray.
Bug fix:
Properly deletes temporary images without logging errors.
Improvements :
Bug fix: