Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add image similarity settings, RMBG, threading #556

Merged
merged 3 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"name": "obs-backgroundremoval",
"version": "1.1.10",
"version": "1.1.11",
"author": "Roy Shilkrot",
"website": "https://github.com/royshil/obs-backgroundremoval",
"email": "roy.shil@gmail.com",
Expand Down
2 changes: 2 additions & 0 deletions data/locale/en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ BlurFocusDepth="Blur focus depth"
Advanced="Advanced settings"
FocalBlurGroup="Focal blur settings"
ThresholdGroup="Threshold settings"
EnableImageSimilarity="Skip image based on similarity?"
ImageSimilarityThreshold="Sim. thresh. (high -> sensitive)"
Binary file added data/models/bria_rmbg_1_4_qint8.onnx
Binary file not shown.
1 change: 0 additions & 1 deletion src/background-filter-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ struct obs_source_info background_removal_filter_info = {
.update = background_filter_update,
.activate = background_filter_activate,
.deactivate = background_filter_deactivate,
.video_tick = background_filter_video_tick,
.video_render = background_filter_video_render,
};
Loading
Loading