-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Need Help With Inference. #340
Comments
I have the same issue. |
你好,邮件已收到,祝你万事如意,生活愉快!
|
I have put together a command to do inference. My model has no instance or label data so I used "--no_instance" and "--label_nc 0" flags: python test.py --name [Name of the trained model] --dataroot [path of the directory that contains input images] --label_nc 0 --no_instance --how_many 144(Number of images to do interference. If you don't give this it process 50 images) --results_dir [Directory to put results into] |
Thank you for your response but i have already done this what i want is that instead of script i want to run it like api for my work by pointing towords a specific image |
Hello,
Thank you for the work
I have trained a model for image to image translation (A to B)
I have My model but unable to understand how do i run inference on that for a single image or for a folder of images.
any help would be apricated
The text was updated successfully, but these errors were encountered: