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
To make the usage guide compatible with the build guide, you either have to add the path to the model:
./backscrub -d -d -c /dev/video0 -v /dev/video10 -m ../models/selfiesegmentation_mlkit-256x256-2021_01_19-v1215.f16.tflite -b ../images/background_bauhaus.png
or you start it from outside the build directory:
build/backscrub -d -d -c /dev/video0 -v /dev/video10 -b images/background_bauhaus.png
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
To make the usage guide compatible with the build guide, you either have to add the path to the model:
or you start it from outside the build directory: