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
-
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 (see the slurm-6618226.txt at the bottom). 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
The output
slurm-6618226.txt
Beta Was this translation helpful? Give feedback.
All reactions