runTS.bat 407 B

12345678910111213
  1. python inference_webcam_ts_compositing.py ^
  2. --model-type mattingrefine ^
  3. --model-backbone mobilenetv2 ^
  4. --model-backbone-scale 0.5 ^
  5. --model-checkpoint model/TorchScript/torchscript_mobilenetv2_fp32.pth ^
  6. --model-refine-mode thresholding ^
  7. --model-refine-threshold 0.75 ^
  8. --model-refine-sample-pixels 20000 ^
  9. --resolution 640 360 ^
  10. --device-id 0 ^
  11. --background-image RGB0:0:0
  12. pause