Poseur
Poseur copied to clipboard
the input of keypoint head
Hello, I have tried many times, and I really feel that the input shape of the key point detection head is wrong. What is the input exactly? The output of Neck is an array of four tensors, but there is an error in the input to the key point detection head! " File "E:\python_console\pose_2\Poseur-main\mmpose\models\heads\poseur_head.py", line 328, in forward batch_size = mlvl_feats[0].size(0) AttributeError: 'EasyDict' object has no attribute 'size' "