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

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

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
In this release:

  • Adding the "No Threshold" option that reduces CPU usage and allows for soft segmentation.
  • Fixing SINet model bug and threshold bug.
If this free plugin has provided value to you consider supporting our work:

What's Changed​

Full Changelog: v1.0.0...v1.0.1
Out of beta and into production! Adding translations, and fixing documentation.

After giving it some thought and seeing a long period of productive success without major setbacks or crashes, we decided to go ahead and release the plugin for version 1.0.0, namely, a production release.

We invite the community to test and give feedback.
We will still look out to make more improvements and fix any bugs as they come.

What's Changed​

New Contributors​

Full Changelog: v0.5.19...v1.0.0
  • Like
Reactions: EMO317
Adding a low-light enhancement filter using neural networks, with GPU support.

We're also officially on Flathub: https://github.com/flathub/com.obsproject.Studio.Plugin.BackgroundRemoval (might take a bit for the public listings to update and include our plugin)

As always, if this plugin has provided real value to you - consider sponsoring our work:

What's Changed​

Top