humanseg.yaml 492 字节
Newer Older
W
wuzewu 已提交
1 2
DEPLOY:
    USE_GPU: 1
S
sjtubinlong 已提交
3
    MODEL_PATH: "/root/projects/models/deeplabv3p_xception65_humanseg"
W
wuzewu 已提交
4 5 6
    MODEL_FILENAME: "__model__"
    PARAMS_FILENAME: "__params__"
    EVAL_CROP_SIZE: (513, 513)
B
Bin Long 已提交
7
    MEAN: [0.40787450980392154, 0.4575254901960784, 0.481078431372549]
B
Bin Long 已提交
8
    STD: [0.00392156862745098, 0.00392156862745098, 0.00392156862745098]
W
wuzewu 已提交
9 10 11 12
    IMAGE_TYPE: "rgb"
    NUM_CLASSES: 2
    CHANNELS : 3
    PRE_PROCESSOR: "SegPreProcessor"
S
sjtubinlong 已提交
13
    PREDICTOR_MODE: "NATIVE"
B
Bin Long 已提交
14
    BATCH_SIZE : 1