We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--dont_show
outputs/detections
# コマンド例 $ ./trt-lightnet --flagfile ../configs/lightNetV2-T4XP2-960x960-autolabel.txt --precision fp16 --v ../samples/sakae_night_00-00-00_00-00-10.mp4 --save_detections true --dont_show true --save_detections_path outputs/sakae_night_00-00-00_00-00-10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What?
--dont_show
optionをつけて処理を実行した場合にoutputs/detections
以下の画像にBBOXが重畳されるようにして欲しいWhy?
--dont_show
optionをつけるとoutputs/detections
以下の画像にBBOXが重畳されないThe text was updated successfully, but these errors were encountered: