mirror of
https://github.com/YifanXu74/MQ-Det.git
synced 2025-06-03 15:03:07 +08:00
53 lines
3.6 KiB
YAML
53 lines
3.6 KiB
YAML
DATALOADER: {ASPECT_RATIO_GROUPING: false, SIZE_DIVISIBILITY: 32}
|
|
DATASETS:
|
|
GENERAL_COPY: 16
|
|
OVERRIDE_CATEGORY: '[{"id": 1, "name": "pistol", "supercategory": "Guns"}]'
|
|
PREDEFINED_TEXT: odinw/pothole/category_description.json
|
|
REGISTER:
|
|
test: {ann_file: odinw/pistols/export/test_annotations_without_background.json,
|
|
img_dir: odinw/pistols/export}
|
|
train: {ann_file: odinw/pistols/export/train_annotations_without_background.json,
|
|
img_dir: odinw/pistols/export}
|
|
train_10_3: {ann_file: odinw/pistols/export/fewshot_train_shot10_seed3.json, img_dir: odinw/pistols/export}
|
|
train_10_30: {ann_file: odinw/pistols/export/fewshot_train_shot10_seed30.json,
|
|
img_dir: odinw/pistols/export}
|
|
train_10_300: {ann_file: odinw/pistols/export/fewshot_train_shot10_seed300.json,
|
|
img_dir: odinw/pistols/export}
|
|
train_1_3: {ann_file: odinw/pistols/export/fewshot_train_shot1_seed3.json, img_dir: odinw/pistols/export}
|
|
train_1_30: {ann_file: odinw/pistols/export/fewshot_train_shot1_seed30.json, img_dir: odinw/pistols/export}
|
|
train_1_300: {ann_file: odinw/pistols/export/fewshot_train_shot1_seed300.json,
|
|
img_dir: odinw/pistols/export}
|
|
train_3_3: {ann_file: odinw/pistols/export/fewshot_train_shot3_seed3.json, img_dir: odinw/pistols/export}
|
|
train_3_30: {ann_file: odinw/pistols/export/fewshot_train_shot3_seed30.json, img_dir: odinw/pistols/export}
|
|
train_3_300: {ann_file: odinw/pistols/export/fewshot_train_shot3_seed300.json,
|
|
img_dir: odinw/pistols/export}
|
|
train_5_3: {ann_file: odinw/pistols/export/fewshot_train_shot5_seed3.json, img_dir: odinw/pistols/export}
|
|
train_5_30: {ann_file: odinw/pistols/export/fewshot_train_shot5_seed30.json, img_dir: odinw/pistols/export}
|
|
train_5_300: {ann_file: odinw/pistols/export/fewshot_train_shot5_seed300.json,
|
|
img_dir: odinw/pistols/export}
|
|
val: {ann_file: odinw/pistols/export/val_annotations_without_background.json,
|
|
img_dir: odinw/pistols/export}
|
|
val_10_3: {ann_file: odinw/pistols/export/fewshot_val_shot10_seed3.json, img_dir: odinw/pistols/export}
|
|
val_10_30: {ann_file: odinw/pistols/export/fewshot_val_shot10_seed30.json, img_dir: odinw/pistols/export}
|
|
val_10_300: {ann_file: odinw/pistols/export/fewshot_val_shot10_seed300.json, img_dir: odinw/pistols/export}
|
|
val_1_3: {ann_file: odinw/pistols/export/fewshot_val_shot1_seed3.json, img_dir: odinw/pistols/export}
|
|
val_1_30: {ann_file: odinw/pistols/export/fewshot_val_shot1_seed30.json, img_dir: odinw/pistols/export}
|
|
val_1_300: {ann_file: odinw/pistols/export/fewshot_val_shot1_seed300.json, img_dir: odinw/pistols/export}
|
|
val_3_3: {ann_file: odinw/pistols/export/fewshot_val_shot3_seed3.json, img_dir: odinw/pistols/export}
|
|
val_3_30: {ann_file: odinw/pistols/export/fewshot_val_shot3_seed30.json, img_dir: odinw/pistols/export}
|
|
val_3_300: {ann_file: odinw/pistols/export/fewshot_val_shot3_seed300.json, img_dir: odinw/pistols/export}
|
|
val_5_3: {ann_file: odinw/pistols/export/fewshot_val_shot5_seed3.json, img_dir: odinw/pistols/export}
|
|
val_5_30: {ann_file: odinw/pistols/export/fewshot_val_shot5_seed30.json, img_dir: odinw/pistols/export}
|
|
val_5_300: {ann_file: odinw/pistols/export/fewshot_val_shot5_seed300.json, img_dir: odinw/pistols/export}
|
|
TEST: ("val",)
|
|
TRAIN: ("train",)
|
|
INPUT: {MAX_SIZE_TEST: 1333, MAX_SIZE_TRAIN: 1333, MIN_SIZE_TEST: 800, MIN_SIZE_TRAIN: 800}
|
|
MODEL:
|
|
ATSS: {NUM_CLASSES: 297}
|
|
DYHEAD: {NUM_CLASSES: 297}
|
|
FCOS: {NUM_CLASSES: 297}
|
|
ROI_BOX_HEAD: {NUM_CLASSES: 297}
|
|
SOLVER: {CHECKPOINT_PERIOD: 100, MAX_EPOCH: 12, WARMUP_ITERS: 0}
|
|
TEST: {IMS_PER_BATCH: 8}
|
|
VISION_QUERY:
|
|
DATASET_NAME: 'pistols' |