Update builtin.py

pull/40/head
Junfeng Wu 2024-04-23 12:02:09 +08:00 committed by GitHub
parent 59d9e87dc9
commit 0ab740c706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -278,9 +278,8 @@ def register_all_OVIS_image(root):
_PREDEFINED_SPLITS_UVO_image = {
# UVO-image
"UVO_frame_train": ("UVO/uvo_videos_frames", "custom_annotations/UVO/annotations/FrameSet/UVO_frame_train_onecate.json"),
"UVO_frame_val": ("UVO/uvo_videos_frames", "custom_annotations/UVO/annotations/FrameSet/UVO_frame_val_onecate.json"),
"UVO_frame_val_noncoco": ("UVO/uvo_videos_frames", "custom_annotations/UVO/annotations/FrameSet/UVO_frame_val_noncoco_onecate.json"),
"UVO_frame_train": ("UVO/uvo_videos_frames", "custom_annotations/UVO/annotations/FrameSet/UVO_frame_train_onecategory.json"),
"UVO_frame_val": ("UVO/uvo_videos_frames", "custom_annotations/UVO/annotations/FrameSet/UVO_frame_val_onecategory.json"),
}