Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to apply a pre-trained model to a single image? #39

Open
rc-eddy opened this issue Aug 26, 2024 · 2 comments
Open

How to apply a pre-trained model to a single image? #39

rc-eddy opened this issue Aug 26, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@rc-eddy
Copy link

rc-eddy commented Aug 26, 2024

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?

@rc-eddy
Copy link
Author

rc-eddy commented Aug 26, 2024

Download **** password: changeme In the installer menu, select "gcc."

^ that's a virus

@usert5432 usert5432 self-assigned this Aug 26, 2024
@usert5432 usert5432 added enhancement New feature or request question Further information is requested labels Aug 26, 2024
@usert5432
Copy link
Collaborator

Hi @rc-eddy,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants
@rc-eddy @usert5432 and others