obs-backgroundremoval icon indicating copy to clipboard operation
obs-backgroundremoval copied to clipboard

GPU can be used with Mac, but it has negative effect on OBS streaming...

Open umireon opened this issue 2 years ago • 0 comments

Apple provides GPU-based selfie segmentation via Vision.framework. I made the Vision.framework implementation and now this plugin can work with GPU on Mac.

Selecting Vision (Apple) on the Segmentation model instructs the plugin to work with GPU.

However, selfie segmentation on GPU has a negative impact on OBS streaming such as it lowers the fps.

Using GPU on Mac might have great energy efficiency but have no gain of performance.

スクリーンショット 2022-09-13 2 38 26

The binary is available here: https://github.com/umireon/obs-backgroundremoval/releases/tag/v0.4.3-umireon

umireon avatar Sep 12 '22 17:09 umireon