backscrub icon indicating copy to clipboard operation
backscrub copied to clipboard

Virtual Video Device for Background Replacement with Deep Semantic Segmentation

Results 45 backscrub issues
Sort by recently updated
recently updated
newest added

If backscrub is only launched with one of the -w or -h argument, backscrub crash. Please check that both parameter width and height are stated.

backscrub used to build just fine on my system, and it does not any more. Since Tumbleweed is tumbling ahead, I can't really go back to the working state. This...

This branch will introduce multi-pass processing of the input image for cases when the internal face detection model cannot handle the full input image in one go due to the...

enhancement
experimental

Doing some rudimentary profiling I noticed, we are wasting a huge amount of time of the main thread in essentially 3 functions: 1. `alpha_blend` (~40%) 2. `convert_rgb_to_yuyv` (~25%) 3. `cap.retrieve`...

help wanted
experimental
chore

Okay, here's another one: ``` terminate called after throwing an instance of 'std::system_error' what(): Verklemmung beim Zugriff auf eine Ressource vermieden ==46880== ==46880== Process terminating with default action of signal...

Reprot from building with `-flto -fsanitize=address,undefined`: ``` ================================================================= ==34557==ERROR: LeakSanitizer: detected memory leaks Direct leak of 3096 byte(s) in 3 object(s) allocated from: #0 0x7f72bb584787 in operator new[](unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cc:107...

bug

When trying to configure the project while performing a `git rebase` operation, the `cmake ..` step fails. Steps to reproduce: ```bash git rebase -x 'bash -c "mkdir -p build &&...

bug
help wanted

I've created this script for myself, but figured, others might benefit as well. Tested on Linux (Ubuntu 20.04, but that shouldn't matter)

enhancement

Your build guide tells to build in a separate subfolder "build", but the usage guide assumes that the built backscrub binary is in the same folder as the models directory...

documentation

Crash on experimental branch using animated/live backgrounds: ``` main [grab: 2806054 retr: 8208613 copy: 246660 prep: 4396040 mask: 11148906 post: 61 v4l2: 6063207 FPS: 30.42] ai: [wait: 22613512 prep: 1334692...

bug
experimental