Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKJ committed Oct 27, 2020
1 parent e17a43d commit 0c3fae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detectron2/data/datasets/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def register_all_voc_style_coco(root):
("t4_train", "coco17_voc_style"),
("t4_test", "coco17_voc_style"),
("t4_test_unk", "coco17_voc_style"),
("t2_all_test_unk", "coco17_voc_style")
]
for name, dirname in SPLITS:
year = 2007
Expand Down

0 comments on commit 0c3fae9

Please sign in to comment.