当前位置:网站首页>使用deepstream消息发送功能的时候,检测框没有检测标签,No text labels of bboxes displayed with osd for deepstream-test5
使用deepstream消息发送功能的时候,检测框没有检测标签,No text labels of bboxes displayed with osd for deepstream-test5
2022-08-03 16:28:00 【鼾声鼾语】
问题图:
方法1:
Please add -t, --tiledtext // Display Bounding box labels in tiled mode
to your commands.
./deepstream-test5-app -c configs/test5_config_file_src_infer.txt -p 0 --tiledtext
./deepstream-test5-app -c configs/test5_config_file_src_infer.txt -p 0 -t
./deepstream-test5-app -c configs/test5_config_file_src_infer.txt -p 0 -t --tiledtext
方法2:
Please add below change to test5 sample
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app_main.c
and run with option -t added.
in main function, around 1514 line, just add with + mark line.
+if(!show_bbox_text)
{
GstElement *nvosd = appCtx[0]->pipeline.instance_bins[0].osd_bin.nvosd;
g_object_set (G_OBJECT (nvosd), “display-text”, FALSE, NULL);
}
学习链接:https://forums.developer.nvidia.com/t/no-text-labels-of-bboxes-displayed-with-osd-for-deepstream-test5/124476/9
边栏推荐
- leetcode:189. 轮转数组
- 超分重建数据集
- C专家编程 第2章 这不是Bug,而是语言特性 2.1 这关语言特性何事,在Fortran里这就是Bug呀
- 2年开发经验去面试,吊打面试官,即将面试的程序员这些笔记建议复习
- C语言01、数据类型、变量常量、字符串、转义字符、注释
- MySQL相关介绍
- protobuf 中数据编码规则
- Introduction to the advantages of the new generation mesh network protocol T-Mesh wireless communication technology
- Leetcode76. Minimal Covering Substring
- vector类
猜你喜欢
面了个腾讯35k出来的,他让我见识到什么叫精通MySQL调优
滑环安装注意事项
元宇宙系列--Value creation in the metaverse
Yuan xiaolin: Volvo focus on travel security, and put it perfectly
Auto Scaling 弹性伸缩(运维释放人力)
设置海思芯片MMZ内存、OS内存详解
#夏日挑战赛#【FFH】OpenHarmony设备开发基础(四)启动流程
FinClip | 2022 年 7 月产品大事记
B站回应HR称核心用户是Loser;微博回应宕机原因;Go 1.19 正式发布|极客头条
如何选择合适的导电滑环型号
随机推荐
虹科分享 | 如何测试与验证复杂的FPGA设计(3)——硬件测试
MATLAB | 一种简易的随机曼陀罗图形生成函数
SwinIR实战:详细记录SwinIR的训练过程
[Deep Learning] Today's bug (August 2)
最强分布式锁工具:Redisson
uniapp的webview滑动缩放
Introduction to spark learning - 1
高效的组织信息共享知识库是一种宝贵的资源
带你了解什么是 Web3.0
leetcode:187. 重复的DNA序列
Windows 事件查看器记录到 MYSQL
Interpretation of the 2021 Cost of Data Breach Report
13 and OOM simulation
生产环境如何删除表呢?只能在SQL脚本里执行 drop table 吗
Small Tools (4) integrated Seata1.5.2 distributed transactions
2年开发经验去面试,吊打面试官,即将面试的程序员这些笔记建议复习
C专家编程 第3章 分析C语言的声明 3.5 typedef可以成为你的朋友
WordPress 5.2.3 更新,升级出现请求超时的解决方法
C专家编程 第1章 C:穿越时空的迷雾 1.9 阅读ANSI C标准,寻找乐趣和裨益
简易网络传输方法