|
@@ -0,0 +1,11 @@
|
|
|
+#!/bin/bash
|
|
|
+
|
|
|
+python3 inference_webcam.py \
|
|
|
+ --model-type mattingrefine \
|
|
|
+ --model-backbone resnet101 \
|
|
|
+ --model-backbone-scale 0.5 \
|
|
|
+ --model-checkpoint model/PyTorch/pytorch_resnet101.pth \
|
|
|
+ --model-refine-mode 'thresholding' \
|
|
|
+ --model-refine-threshold 0.7 \
|
|
|
+ --model-refine-sample-pixels 20000 \
|
|
|
+ --hide-fps
|