pytorch-openpose
pytorch-openpose copied to clipboard
runtime error for demo.jpg -- RuntimeError: Given groups=1, weight of size [256, 512, 3, 3], expected input[1, 3, 46, 32] to have 512 channels, but got 3 channels instead
Any idea what's happening?
SED-ML-0148% python demo1.py
Traceback (most recent call last):
File "demo1.py", line 17, in
I got the same error. The code uses all the OrderedDict in the wrong way, you can just turn the parameter from dict to list to remove the bug.
Did you change every block to a list?
It would be nice to have this updated in the code