Skip to content

Readme.md: build and usage guide inconsistent #123

@thomas725

Description

@thomas725

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions