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
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: