main.py 101 B

123
  1. import os
  2. str = ("Rscript D:\\Cocorobo\\test\\RobustVideoMatting\\test\\Step03.R")
  3. p = os.system(str)