humanseg.yaml 435 字节
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 7 8 9 10 11 12 13
    MODEL_NAME: "unet"
    MODEL_FILENAME: "__model__"
    PARAMS_FILENAME: "__params__"
    EVAL_CROP_SIZE: (513, 513)
    MEAN: [104.008, 116.669, 122.675]
    STD: [1.0, 1.0, 1.0]
    IMAGE_TYPE: "rgb"
    NUM_CLASSES: 2
    CHANNELS : 3
    PRE_PROCESSOR: "SegPreProcessor"
S
sjtubinlong 已提交
14 15
    PREDICTOR_MODE: "NATIVE"
    BATCH_SIZE : 3