Skip to content

Commit

Permalink
Update builtin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantong88 authored Mar 28, 2024
1 parent 4e0d6d4 commit 84adecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detectron2/data/datasets/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ def register_all_coco_semi(root):
f"./prepare_ours/u2seg_annotations/panoptic_annotations/panoptic_stuff_cocotrain_{cluster_num}",
),
"coco_2017_val_panoptic": (
"/home/niudt/u2seg_test/detectron2/datasets/datasets/coco/val2017",
"/home/niudt/u2seg_test/detectron2/datasets/datasets/panoptic_anns/panoptic_val2017.json",
"/home/niudt/u2seg_test/detectron2/datasets/datasets/panoptic_anns/panoptic_stuff_val2017",
"datasets/panoptic_anns/panoptic_val2017",
f"datasets/panoptic_anns/panoptic_val2017_{cluster_num}super.json", # see repo evaluation desscription to find how to generate this
"datasets/panoptic_anns/panoptic_stuff_val2017",
),
"coco_2017_val_100_panoptic": (
"coco/panoptic_val2017_100",
Expand Down

0 comments on commit 84adecd

Please sign in to comment.