PeterL1n / BackgroundMattingV2

Real-Time High-Resolution Background Matting
MIT License
6.85k stars 953 forks source link

Unreal Engine? #146

Closed turkodamian closed 3 years ago

turkodamian commented 3 years ago

Is it possible to use it with Unreal Engine 4 or Unreal Engine 5 in real time? what is the recommended workflow? Thanks

PeterL1n commented 3 years ago

Not sure. This is outside of my domain.

Tetsujinfr commented 3 years ago

@turkodamian you mean to use it on cgi frame fully rendered by the Unreal engine? or to use it on a real video/webcam stream, which is then passed onto the Unreal engine? Both cases should be possible, but you would have to build your own plugin I think (c++), and wrap it to the python code here. Some work certainly...