switchablenorms / DeepFashion_Try_On

Official code for "Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR‘20 https://arxiv.org/abs/2003.05863
826 stars 251 forks source link

expected input[1, 44, 256, 192] to have 37 channels, but got 44 channels instead #57

Closed Zibin-Z closed 3 years ago

Zibin-Z commented 3 years ago

I use openpose to build pose, but when I test, this problem arises, why? RuntimeError: Given groups=1, weight of size 64 37 3 3, expected input[1, 44, 256, 192] to have 37 channels, but got 44 channels instead

AjayMudhai commented 3 years ago

Hi @Zibin-Z . Did u find the solution ? I am struck at the same point.

amandazw commented 3 years ago

Found the reason,it because pose are not right,I guess the version of the openpose is not match

amandazw commented 3 years ago

Found the reason,it because pose are not right,I guess the version of the openpose is not match

You got 25 points for openpose, but they need 18 points

Zibin-Z commented 3 years ago

ok,thank you