microsoft / ailab

Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
https://www.ailab.microsoft.com/experiments/
MIT License
7.69k stars 1.39k forks source link

Virtual Stage-->BackgroundMatting - module not found 'proportional_threshold' in bg_matting.py line 9 #122

Closed taismith closed 3 years ago

taismith commented 3 years ago

Hi Guys, I am getting an error when I run /BackgroundMatting/run.ps1. It says the module on line 9 of bg_matting.py can't be found. Anyone else getting this error?

(base) PS C:\virtualstage\BackgroundMatting> ./run Traceback (most recent call last): File ".\bg_matting.py", line 9, in from proportional_threshold import proportional_split, proportional_merge ModuleNotFoundError: No module named 'proportional_threshold'