You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for saving images to custom path location. The location will be an optional parameter in the main function translate. Default path will be results/. Error handling should be added for this setup.
Support for saving images in different image format. The format will be an optional parameter in the main function translate. Default format will be .png. Error handling should be added for this setup.
Support for saving images in different file name. The format will be an optional parameter in the main function translate. Default name will be translated_image
The text was updated successfully, but these errors were encountered:
In the
imagetranslation.py
file, we currently support file saving like this:We want to add following support as well.
translate
. Default path will beresults/
. Error handling should be added for this setup.translate
. Default format will be.png
. Error handling should be added for this setup.translate
. Default name will betranslated_image
The text was updated successfully, but these errors were encountered: