Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange metrics for panoptic deeplab output for custom dataset #127

Open
anushapv2000 opened this issue Jul 11, 2024 · 0 comments
Open

Strange metrics for panoptic deeplab output for custom dataset #127

anushapv2000 opened this issue Jul 11, 2024 · 0 comments

Comments

@anushapv2000
Copy link

anushapv2000 commented Jul 11, 2024

I am getting following inference output after training for 20k iterations for panoptic deeplab in detectron 2 framework .

The value of PQ and SQ is coming more than 100.

[07/11 05:52:50 d2.evaluation.panoptic_evaluation]: Panoptic Evaluation Results:

image

I registered my custom dataset in train_net.py file using
register_coco_panoptic(data_name, metadata, image_root, panoptic_root, panoptic_json, instances_json)
I have arranged things (42 classes) and stuff (38 classes) with proper ids.
@bowenc0221 ,can this sort of discrepencies arise due to wrong registration of data or something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant