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
Image Translation using scripts/translate_images.py is overly complicated - it works on image batches and requires files to be placed in specific folders. What would be the simplest way to load a pre-trained model and apply it to a single image?
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. You are correct that the current implementation of image translation with scripts/translate_images.py is overly complex for a single image processing.
Unfortunately, at this moment we do not have capacity to provide a better alternative for single images. If this functionality is necessary, I could suggest taking a look at one of the examples that was contributed to our repository. This example illustrates a more manual way to process images and can be used as a starting point of implementing an efficient single image translation.
Image Translation using
scripts/translate_images.py
is overly complicated - it works on image batches and requires files to be placed in specific folders. What would be the simplest way to load a pre-trained model and apply it to a single image?The text was updated successfully, but these errors were encountered: