-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
executable file
·45 lines (40 loc) · 2.15 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
INTERACTIVE_MODELS_PATH: "/intern-share/clyan/weights/is/simpleclick"
EXPS_PATH: "/intern-share/clyan/weights/is/simpleclick/exps"
# ADE20K Berkeley BraTS20 coco17 COCO_MVal DAVIS GrabCut imagenet1k LVIS OAI_ZIB SBD VOC
# Evaluation datasets
GRABCUT_PATH: "/intern-share/clyan/datasets/GrabCut/GrabCut"
BERKELEY_PATH: "/intern-share/clyan/datasets/Berkeley/Berkeley"
DAVIS_PATH: "/intern-share/clyan/datasets/DAVIS/DAVIS"
COCO_MVAL_PATH: "/intern-share/clyan/datasets/COCO_MVal/COCO_MVal"
BraTS_PATH: "/intern-share/clyan/datasets/BraTS/BraTS20"
ssTEM_PATH: "/intern-share/clyan/datasets/ssTEM/groundtruth-drosophila-vnc-master/stack1"
OAIZIB_PATH: "/intern-share/clyan/datasets/OAI-ZIB/OAI-ZIB"
OAI_PATH: "./datasets/OAI"
HARD_PATH: "./datasets/HARD"
# Train datasets
SBD_PATH: "/intern-share/clyan/datasets/SBD/benchmark_RELEASE/dataset"
COCO_PATH: "./datasets/LVIS"
LVIS_v1_PATH: "/intern-share/clyan/datasets/LVIS"
OPENIMAGES_PATH: "./datasets/OpenImages"
PASCALVOC_PATH: "/intern-share/clyan/datasets/VOC/VOCdevkit/VOC2012"
ADE20K_PATH: "/intern-share/clyan/datasets/ADE20k"
# You can download the weights for HRNet from the repository:
# https://github.com/HRNet/HRNet-Image-Classification
IMAGENET_PRETRAINED_MODELS:
HRNETV2_W18: "./weights/hrnetv2_w18_imagenet_pretrained.pth"
HRNETV2_W32: "./weights/hrnetv2_w32_imagenet_pretrained.pth"
HRNETV2_W40: "./weights/hrnetv2_w40_imagenet_pretrained.pth"
HRNETV2_W48: "./weights/hrnetv2_w48_imagenet_pretrained.pth"
HRNETV2_W64: "./weights/hrnetv2_w64_imagenet_pretrained.pth"
MIT_B5: "./weights/mit_b5_converted.pth"
MIT_B4: "./weights/mit_b4_converted.pth"
MIT_B3: "./weights/mit_b3_converted.pth"
MIT_B2: "./weights/mit_b2_converted.pth"
MIT_B1: "./weights/mit_b1_converted.pth"
MIT_B0: "./weights/mit_b0_converted.pth"
HRF_BASE: "./weights/hrt_base.pth"
SWIN_BASE: "./weights/swin_base_patch4_window12_384_22k.pth"
SWIN_LARGE: "./weights/swin_large_patch4_window12_384_22k.pth"
MAE_BASE: "/intern-share/clyan/pretrain/mae/mae_pretrain_vit_base.pth"
MAE_LARGE: "/intern-share/clyan/pretrain/mae/mae_pretrain_vit_large.pth"
MAE_HUGE: "/intern-share/clyan/pretrain/mae/mae_pretrain_vit_huge.pth"