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
[Bug] gt_instances keypoints are all zeros when fine-tuning on COCO
Description
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:
The text was updated successfully, but these errors were encountered:
calvinyeungck
changed the title
# gt_instances keypoints are all zeros when fine-tuning on COCO
[Bug] gt_instances keypoints are all zeros when fine-tuning on COCO
Feb 14, 2025
Uh oh!
There was an error while loading. Please reload this page.
[Bug]
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 text was updated successfully, but these errors were encountered: