Skip to content

Releases: locaal-ai/obs-backgroundremoval

v0.2.4 Beta - MODNet model

11 May 02:19
Compare
Choose a tag to compare
Pre-release

In this release

  • Adding the MODNet segmentation model. Slightly better in segmentation and resources.
  • Dropdown to choose model (SINet or MODNet)

Install:

  • Windows (64bit): Unzip the obs-backgroundremoval-win64.zip file in the OBS directory (e.g. C:\Program Files\obs-studio), for example: > Expand-Archive .\obs-backgroundremoval-win64.zip -DestinationPath 'C:\Program Files\obs-studio\' -Force
  • Mac OSX: Unzip obs-backgroundremoval-macosx.zip to /Applications/OBS.app/Contents/. e.g. $ unzip -o obs-backgroundremoval-macosx.zip -d /Applications/OBS.app/Contents/

v0.2.3 Beta - Optimized model

07 May 14:22
Compare
Choose a tag to compare
Pre-release

In this release

  • Optimized ONNX model with slightly better runtime/resources performance (5-10%)
  • Fix to DirectML build (including the DLL)

Install:

  • Windows (64bit): Unzip the obs-backgroundremoval-win64.zip file in the OBS directory (e.g. C:\Program Files\obs-studio), for example: > Expand-Archive .\obs-backgroundremoval-win64.zip -DestinationPath 'C:\Program Files\obs-studio\' -Force
  • Mac OSX: Unzip obs-backgroundremoval-macosx.zip to /Applications/OBS.app/Contents/. e.g. $ unzip -o obs-backgroundremoval-macosx.zip -d /Applications/OBS.app/Contents/

v0.2.2 Beta - Windows GPU support

04 May 14:06
Compare
Choose a tag to compare
Pre-release

In this release

  • Better versioning of the plugin
  • GPU support on Windows through DirectML (any available GPU)

Install:

  • Windows (64bit): Unzip the obs-backgroundremoval-win64.zip file in the OBS directory (e.g. C:\Program Files\obs-studio)
  • Mac OSX: Unzip obs-backgroundremoval-macosx.zip to /Applications/OBS.app/Contents/. e.g. $ unzip -o obs-backgroundremoval-macosx.zip -d /Applications/OBS.app/Contents/

v0.2.1 Beta

03 May 15:49
Compare
Choose a tag to compare
v0.2.1 Beta Pre-release
Pre-release

In this release

  • Fixing the problem of down&up scaling the original image. Instead - apply the mask to the original image size, without reducing its resolution.

Install

  • Windows (64bit): Unzip the obs-backgroundremoval-win64.zip file in the OBS directory (e.g. C:\Program Files\obs-studio)
  • Mac OSX: Unzip obs-backgroundremoval-macosx.zip to /Applications/OBS.app/Contents/. e.g. $ unzip -o obs-backgroundremoval-macosx.zip -d /Applications/OBS.app/Contents/
    -Linux: TBD

v0.2 Beta

02 May 01:38
Compare
Choose a tag to compare
v0.2 Beta Pre-release
Pre-release

This release features

  • Omni color space handling
  • Slightly better performance

Install

  • Windows (64bit): Unzip the obs-backgroundremoval-win64.zip file in the OBS directory (e.g. C:\Program Files\obs-studio)
  • Mac OSX: Copy obs-backgroundremoval.so to /Applications/OBS.app/Contents/PlugIns. Copy SInet_Softmax.onnx to /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval
    -Linux: TBD

v0.1 Beta

26 Apr 21:09
Compare
Choose a tag to compare
v0.1 Beta Pre-release
Pre-release

In this release

  • Windows support
  • Linux (Ubuntu) support
  • More streamlined build
  • Colorspaces conversions

To install

  • Windows: Copy .dlls to e.g. C:\Program Files\obs-studio\obs-plugins\64bit, and .onnx file to e.g. C:\Program Files\obs-studio\data\obs-plugins\obs-backgroundremoval
  • MacOSX: Copy .so file to /Applications/OBS.app/Contents/PlugIns and .onnx file to /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval

Linux install TBD

Alpha v0.1

23 Apr 18:24
b75d633
Compare
Choose a tag to compare
Alpha v0.1 Pre-release
Pre-release

This is an alpha pre-release just to provide the pre-built binaries, to avoid having to build them. The plugin binary and model are supplied and they should be copied to the OBS plugins directory manually, e.g.

$ cp obs-backgroundremoval.so /Applications/OBS.app/Contents/PlugIns
$ cp SINet_Softmax.onnx /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/

OpenCV and ONNXRuntime are still needed for the plugin to run. Use homebrew to install them:

$ brew install opencv onnxruntime

In case homebrew doesn't install v1.7.2 of onnxruntime - i've included the dylib.