-
Notifications
You must be signed in to change notification settings - Fork 22
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 test the pre-trained model on new image? #9
Comments
Yes. You can simply change the "image loader" block to read your images and run the network. There is one thing to notice.
You can visualize some training/testing images to get a feel of what kinds of inputs are acceptable. |
Thanks @czq142857 for the suggestion.
The code works for the pre-trained models to generate 3D mesh models. |
Given, I have downloaded the pre-trained model and weights from the given link below :
https://github.com/czq142857/IM-NET#datasets-and-pre-trained-weights
If I want to run the test on a new image for generating mesh model, will the code work just by changing the below block with my own input_image_path and reading the image?
https://github.com/czq142857/IM-NET/blob/master/IMSVR/model.py#L489-L491
Do I need to do some more processing for the new input image?
The text was updated successfully, but these errors were encountered: