logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bn_darknet - program to analyse images from MQTT by darknet

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Bugs

       The upstreams BTS can be found at https://github.com/DT42/BerryNet/issues.

Description

       This manual page documents briefly the bn_darknet command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       bn_darknet is a program that analyse images from MQTT by darknet engine.

Name

       bn_darknet - program to analyse images from MQTT by darknet

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       --service_nameSERVICE_NAME
           Human-readable service name for service management.

       -mMODEL, --modelMODEL
           Model file path

       -lLABEL, --labelLABEL
           Label file path

       -pMODEL_PACKAGE, --model_packageMODEL_PACKAGE
           Model package name. Find model and label file paths automatically.

       --draw
           Draw bounding boxes on image in result

       -h, --help
           Show summary of options.

       --debug
           Debug mode toggle.

See Also

bn_camera(1), bn_dashboard(1), bn_data_collector(1)

Synopsis

bn_darknet [--service_nameSERVICE_NAME] [{-m | --model} MODEL] [{-l | --label} LABEL]
                  [{-p | --model_package} MODEL_PACKAGE] [--draw]

       bn_darknet [{-h | --help} | {--debug}]

See Also