fangfufu / Linux-Fake-Background-Webcam

Faking your webcam background under GNU/Linux, now supports background blurring, animated background, colour map effect, hologram effect and on-demand processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose model_selection as config

tommyalatalo opened this issue · comments

As mentioned in #135 (comment) the parameter model_selection in fake.py is set to 1 by default. But having this value as 1 still causes the image mask to flicker a lot, and after trying to switch it over to 0 I also found that the flickering is almost completely removed, the results are far better.

So could this parameter be exposed as a config flag so that we can change it without editing fake.py itself?

Done at 3b09c30