generated from victoresque/pytorch-template
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Inference Input Dimension Requirements #26
Comments
zhaoyuanyuan2011
changed the title
Test File Does Not Exist
Inference Input Requirements
Sep 16, 2024
zhaoyuanyuan2011
changed the title
Inference Input Requirements
Inference Input Dimension Requirements
Sep 16, 2024
Hi, have you fixed the error yet? |
Hi, thank you for the reply! Yes, I printed out the shape of
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run inference using my own input images and masks, here's the command:
python test.py --batch_size 1 --dataroot . --pf_warp_checkpoint checkpoints/dmvton_pf_warp.pt --pf_gen_checkpoint checkpoints/dmvton_pf_gen.pt
And here's the error message
I have used
nn.functional.interpolate
to resize mask so it has the sameh
andw
with the cloth image.The text was updated successfully, but these errors were encountered: