gt_instances keypoints are all zeros when fine-tuning on COCO #3189
Unanswered
calvinyeungck
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
gt_instances
keypoints are all zeros when fine-tuning on COCODescription
I encountered an issue where the keypoints in gt_instances are always an array of zeros during training. I have checked browse_dataset.py and PackPoseInputs, and both seem to be working correctly. However, I can't figure out where the problem might be.
Please suggest any potential errors or solutions. Thank you!
Steps to Reproduce
Attempt to fine-tune the model on the COCO dataset using the following command:
Expected Behavior
The gt_instances.keypoints should contain the correct annotated keypoint coordinates from the dataset instead of an array of zeros.
Modifications
The only modification I made was updating the settings in the configuration file and print out the datasample inside the CocoMetric.
Environment
The settings
Beta Was this translation helpful? Give feedback.
All reactions