Need Help With Inference.
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
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