You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the number of keypoints the same across categories? I find the number of keypoints is the same for person and face when I run this command: python inference_on_a_image.py -c config_model/UniPose_SwinT.py -p weights/unipose_swint.pth -i 18.jpg -o outputs -t person,face -k person
Or should I run other commands to ensure that different categories correspond to different keypoints?
The text was updated successfully, but these errors were encountered:
Is the number of keypoints the same across categories? I find the number of keypoints is the same for person and face when I run this command:
python inference_on_a_image.py -c config_model/UniPose_SwinT.py -p weights/unipose_swint.pth -i 18.jpg -o outputs -t person,face -k person
Or should I run other commands to ensure that different categories correspond to different keypoints?
The text was updated successfully, but these errors were encountered: