From 48902432686aac8064f51a088fe371c1ae691aee Mon Sep 17 00:00:00 2001 From: "hzhangcx@connect.ust.hk" <931851825@qq.com> Date: Mon, 21 Aug 2023 14:17:57 +0800 Subject: [PATCH] debug --- configs/openseed/openseed_focalt_lang.yaml | 5 +--- configs/openseed/openseed_swint_lang.yaml | 25 +------------------ .../openseed/openseed_swint_lang_o365.yaml | 4 +-- 3 files changed, 3 insertions(+), 31 deletions(-) diff --git a/configs/openseed/openseed_focalt_lang.yaml b/configs/openseed/openseed_focalt_lang.yaml index 7ed6f66..7cfa12f 100644 --- a/configs/openseed/openseed_focalt_lang.yaml +++ b/configs/openseed/openseed_focalt_lang.yaml @@ -209,11 +209,8 @@ INPUT: DATASETS: TRAIN: ["coco_2017_train_panoptic",] - # open vocabulary segmentation evaluation. TEST: ["coco_2017_val_panoptic_with_sem_seg"] -# TEST: ["ade20k_panoptic_val", "ade20k_full_sem_seg_val", "sunrgbd_37_val_seg", "scannet_21_val_seg", "scannet_21_panoptic_val", "scannet_41_val_seg", "cityscapes_fine_panoptic_val", "cityscapes_fine_instance_seg_val", "cityscapes_fine_sem_seg_val", "bdd10k_val_sem_seg", "bdd10k_40_panoptic_val"] - # Supervised metrics evaluation. - # TEST: ["vlp_captioning_val", "refcocog_val_umd", "vlp_val"] + CLASS_CONCAT: false SIZE_DIVISIBILITY: 32 PROPOSAL_FILES_TRAIN: [] diff --git a/configs/openseed/openseed_swint_lang.yaml b/configs/openseed/openseed_swint_lang.yaml index 6b77c54..27f7a82 100644 --- a/configs/openseed/openseed_swint_lang.yaml +++ b/configs/openseed/openseed_swint_lang.yaml @@ -224,10 +224,8 @@ INPUT: PIXEL_STD: [58.395, 57.120, 57.375] DATASETS: - TRAIN: ["coco_2017_train_panoptic", "ade20k_panoptic_train"] - # open vocabulary segmentation evaluation. + TRAIN: ["coco_2017_train_panoptic"] TEST: ["coco_2017_val_panoptic_with_sem_seg"] -# TEST: ["ade20k_panoptic_val", "ade20k_full_sem_seg_val", "sunrgbd_37_val_seg", "scannet_21_val_seg", "scannet_21_panoptic_val", "scannet_41_val_seg", "cityscapes_fine_panoptic_val", "cityscapes_fine_instance_seg_val", "cityscapes_fine_sem_seg_val", "bdd10k_val_sem_seg", "bdd10k_40_panoptic_val"] CLASS_CONCAT: false SIZE_DIVISIBILITY: 32 PROPOSAL_FILES_TRAIN: [] @@ -314,27 +312,6 @@ ADE20K: LOAD_PROPOSALS: False SAMPLER_TRAIN: "TrainingSampler" ASPECT_RATIO_GROUPING: True -#ADE20K: -# INPUT: -# MIN_SIZE_TRAIN: 640 -# MIN_SIZE_TRAIN_SAMPLING: "choice" -# MIN_SIZE_TEST: 640 -# MAX_SIZE_TRAIN: 2560 -# MAX_SIZE_TEST: 2560 -# MASK_FORMAT: "polygon" -# CROP: -# ENABLED: True -# TYPE: "absolute" -# SIZE: (640, 640) -# SINGLE_CATEGORY_MAX_AREA: 1.0 -# COLOR_AUG_SSD: True -# SIZE_DIVISIBILITY: 640 # used in dataset mapper -# DATASET_MAPPER_NAME: "mask_former_panoptic" -# FORMAT: "RGB" -# DATASET: -# DATASET: 'ade' -# TEST: -# BATCH_SIZE_TOTAL: 8 REF: diff --git a/configs/openseed/openseed_swint_lang_o365.yaml b/configs/openseed/openseed_swint_lang_o365.yaml index 0a0cc88..3db6498 100644 --- a/configs/openseed/openseed_swint_lang_o365.yaml +++ b/configs/openseed/openseed_swint_lang_o365.yaml @@ -224,10 +224,8 @@ INPUT: PIXEL_STD: [58.395, 57.120, 57.375] DATASETS: - TRAIN: ["coco_2017_train_panoptic", "object365_val_od"] - # open vocabulary segmentation evaluation. + TRAIN: ["coco_2017_train_panoptic", "object365_train_od"] TEST: ["coco_2017_val_panoptic_with_sem_seg", "object365_val_od"] -# TEST: ["ade20k_panoptic_val", "ade20k_full_sem_seg_val", "sunrgbd_37_val_seg", "scannet_21_val_seg", "scannet_21_panoptic_val", "scannet_41_val_seg", "cityscapes_fine_panoptic_val", "cityscapes_fine_instance_seg_val", "cityscapes_fine_sem_seg_val", "bdd10k_val_sem_seg", "bdd10k_40_panoptic_val"] CLASS_CONCAT: false SIZE_DIVISIBILITY: 32 PROPOSAL_FILES_TRAIN: []