dbpprt / u-2-net-portrait

The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
Apache License 2.0
117 stars 14 forks source link

Real time webcam background matting? #3

Closed benbro closed 3 years ago

benbro commented 3 years ago

Is it fast enough to replace webcam background in real time? Can I run it in the browser with tensorflow.js? Is there online demo similar to the MODNet demo and notebook?

dbpprt commented 3 years ago

Hey @benbro,

it will probably not run in realtime and I did not explore any options for e.g. tensorflow.js, additional demos, ...

I'm open for PRs though 👍

benbro commented 3 years ago

Thanks