File size: 317 Bytes
4c954ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

test_root=data-ssl/hybrid_dataset/COCO/val2017

threshold=10
jhm=0.1
res=512

python -m predictor.predict \
    --img $test_root \
    --ext png \
    --threshold $threshold \
    --width $res --height $res  \
    --junction-hm $jhm \
    --disable-show  \
    # --use_lsd \
    # --use_nms \
    # --whitebg 1.