Skip to content

Commit

Permalink
Add image similarity settings, RMBG, threading (#556)
Browse files Browse the repository at this point in the history
* Update version to 1.1.11, add image similarity settings, and modify model dimensions

* Update MODEL_RMBG path in consts.h
  • Loading branch information
royshil authored Mar 14, 2024
1 parent ec5d86d commit 7809a8d
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 136 deletions.
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": "[email protected]",
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

0 comments on commit 7809a8d

Please sign in to comment.