Releases: locaal-ai/obs-backgroundremoval
Releases · locaal-ai/obs-backgroundremoval
v0.2.4 Beta - MODNet model
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
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
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
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
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
. CopySInet_Softmax.onnx
to/Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval
-Linux: TBD
v0.1 Beta
In this release
- Windows support
- Linux (Ubuntu) support
- More streamlined build
- Colorspaces conversions
To install
- Windows: Copy
.dll
s 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
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.