jasonmayes / Real-Time-Person-Removal

Removing people from complex backgrounds in real time using TensorFlow.js in the web browser
Apache License 2.0
5.17k stars 651 forks source link

Can I use this for inverse work? #7

Closed alchemistake closed 4 years ago

alchemistake commented 4 years ago

Rather than removing person I want to background removal.

jasonmayes commented 4 years ago

Yes it is much simpler. Just take the raw output from bodypix and remove everything else. You can use this code as a starting point: https://codepen.io/jasonmayes/pen/QWbNeJd