From d58d4783a7bbc128ce90efbfdedbcfce3946b3ff Mon Sep 17 00:00:00 2001 From: Roy Shilkrot Date: Mon, 8 May 2023 10:00:40 -0400 Subject: [PATCH] add flathub link --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5141a6..d3b85397 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,11 @@ The pretrained model weights used for portrait foreground segmentation are taken - https://github.com/PINTO0309/PINTO_model_zoo/tree/main/082_MediaPipe_Meet_Segmentation - https://github.com/PeterL1n/RobustVideoMatting -Image enhancement models are taken from: -- https://github.com/lukun199/TBEFN +Image enhancement (low light) models are taken from: - https://github.com/PINTO0309/PINTO_model_zoo/tree/main/213_TBEFN +- https://github.com/PINTO0309/PINTO_model_zoo/tree/main/372_URetinex-Net +- https://github.com/PINTO0309/PINTO_model_zoo/tree/main/370_Semantic-Guided-Low-Light-Image-Enhancement +- https://github.com/PINTO0309/PINTO_model_zoo/tree/main/243_Zero-DCE-improved Some more information about how I built it: https://www.morethantechnical.com/2021/04/15/obs-plugin-for-portrait-background-removal-with-onnx-sinet-model/ @@ -81,6 +83,9 @@ $ ./.github/scripts/build-linux.sh #### Arch Linux The community maintains AUR packages: https://aur.archlinux.org/packages/obs-backgroundremoval +#### Flathub +The plugin is available on flathub: https://github.com/flathub/com.obsproject.Studio.Plugin.BackgroundRemoval + ### Windows Use the CI scripts again, for example: