PeterL1n / RobustVideoMatting

Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
https://peterl1n.github.io/RobustVideoMatting/
GNU General Public License v3.0
8.32k stars 1.11k forks source link

How to build webcam demo? #171

Closed wchstrife closed 2 years ago

wchstrife commented 2 years ago

Thanks for your wonderful work. I want to build a browser-based webcam demo locally, like webcam demo. But there seem to be very few related tutorials, can you give some guidance?

PeterL1n commented 2 years ago

tfjs branch has the starter code for using the model in browsers.