From 0ab740c7066945b67058deb525d13307da7d2b80 Mon Sep 17 00:00:00 2001 From: Junfeng Wu <44546837+wjf5203@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:02:09 +0800 Subject: [PATCH] Update builtin.py --- projects/GLEE/glee/data/datasets/builtin.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/GLEE/glee/data/datasets/builtin.py b/projects/GLEE/glee/data/datasets/builtin.py index a6ace81..37621fc 100644 --- a/projects/GLEE/glee/data/datasets/builtin.py +++ b/projects/GLEE/glee/data/datasets/builtin.py @@ -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"), }