Background Removal / Virtual Green-screen & Low-Light Enhance

Background Removal / Virtual Green-screen & Low-Light Enhance v1.1.12

  • New! RMBG model from Bria.AI https://huggingface.co/briaai/RMBG-1.4 - remove background from any object! (not just human)
  • We got rid of the annoying "update available" message in favor of a more discreet message on the plugin settings.
  • Better handling of local file paths on Windows
Check out all of the changes: https://github.com/occ-ai/obs-backgroundremoval/releases

Support our work https://github.com/sponsors/royshil https://github.com/sponsors/umireon . Thank you!!

In this release we bumped versions of OpenCV and ONNXRuntime, and trying to get rid of the annoying "smart screen" block on Windows. We're also rolling out releases through AUR, Pacstall and Flatpak. Linux!

Enjoy!
  • Like
Reactions: 33Nikaea
It's been a second! But we have a new release with lots of changes.
In this release we're introducing "simple mode" that hides most of the settings under an "Advanced" checkbox, which should make it far easier for newcomers to start using the filter without "settings shock".
Additionaly we implemented "temporal smoothing" that helps with reducing the flickering of the edges in the binary mask.
We bumped ONNX Runtime to v1.16.3 that increases robustness and speed.
We fixed the bug of the updater popping up the dialog because we changed the repo URL.

Enjoy!

Download links:
We have a very busy release! It's been a while and we have been working to improve the plugin on all fronts.
In this release you can expect:
  • Upgrade to ONNXRuntime 1.16 which improves speed and robustness.
  • Repackaging of Mac OS release to a more consistent with Apple dev tools.
  • Fix crashes and bugs on Linux
  • We added a new "website" for the plugin, which will eventually have more installation info
  • Adding a detailed log message with plugin info which helps us debug
If this plugin has provided value to you consider adding a ⭐ on this repo, subscribing to Roy's YouTube channel, and supporting our work: https://github.com/sponsors/royshil https://github.com/sponsors/umireon

What's Changed​

Full Changelog: 1.1.6...1.1.7
In this release we fix the "halo effect" using blur background as well as remove dependency on libcurl which improves build on Linux, Mac and Windows, we also use statically built OpenCV making the build time significantly shorter (faster turnaround on PRs).

If this free plugin has provided value to you, consider sponsoring our work:

Send any feedback you have and we will address all requests!

What's Changed​

Full Changelog: v1.1.3...1.1.4
A lot going on in this busy release:
  • Reinstated the .zip packaging for Windows - for all of the portable OBS users and non-standard locations.
  • Add focal blur enable/disable option - for those who don't want the effect always on
  • Add focal blur "depth"/"width" to make it adjustable
  • Several improvements to our build system and Fedora support.
If this plugin has provided value for you, consider supporting our work so we can bring you more updates and improvements:

What's Changed​

New Contributors​

Full Changelog: 1.1.2...1.1.3
This release majorly fixes Debian-based OSs installation problems, and makes a slight improvement in build time on Linux.

If this plugin has provided value for you, please consider supporting us so we can keep bringing you updates:

What's Changed​

Full Changelog: 1.1.0...1.1.1
Big release! We've made a lot of improvements and additions to the plugin. Here are some of the highlights:

  • Added depth estimation model that creates a cool "depth of field" focus blur effect https://youtu.be/jC3EKSpNjQk
  • Moved to the new plugin architecture from OBS, this means faster and more robust release builds
  • Updated to OBS v29+ to align with the new plugin arch
  • Added an automatic update checker, which will alert you when a new release is out
Enjoy!

If this free plugin has provided value to you, consider to donate to us so we can keep working and bringing you the best updates:

What's Changed​

Full Changelog: v1.0.3...1.1.0
This is a point release to fix a problem with v1.0.2 in Fedora.

If this plugin has provided value to you consider supporting our work so we can bring you better OS support and improvements:

What's Changed​

Full Changelog: v1.0.2...v1.0.3
New release! Plenty of good stuff in here.
  • Upgraded to ONNX RT v1.15
  • Added ARM64 support on Linux
  • Using more robust C++11 and C99 to support older OSs
Overall getting wider OS support (like OpenSUSE, Fedora) and making the plugin more robust and efficient.
Enjoy!

If this plugin has provided value to you consider supporting our work so we can bring you better OS support and improvements:

What's Changed​

  • Update ONNX Runtime to v1.15.0 by @umireon in #326
  • Use C++11 and C99 to support older libstdc++ and so on by @umireon in #329
  • We have to state that the pre-built binary only works on Ubuntu 22.04 or later by @umireon in #330
  • Require OBS 28+ on the deb package by @umireon in #337
  • Support ARM64 on Linux by @umireon in #335
  • Update ONNX Runtime to v1.15.1 by @umireon in #338
  • Remove zip from releases page by @umireon in #339
  • Allow users to use a custom ONNX Runtime tarball by @umireon in #343
Full Changelog: v1.0.1...v1.0.2
Top