当前位置:网站首页>使用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
边栏推荐
- C专家编程 第3章 分析C语言的声明 3.5 typedef可以成为你的朋友
- DataGrip数据仓库工具
- Detailed explanation of ReentrantReadWriteLock
- EasyExcel实现动态列解析和存表
- 2年开发经验去面试,吊打面试官,即将面试的程序员这些笔记建议复习
- MySQL窗口函数 OVER()函数介绍
- To add digital wings to education, NetEase Yunxin released the overall solution of "Internet + Education"
- C语言04、操作符
- MobileVIT实战:使用MobileVIT实现图像分类
- Why do I strongly recommend using smart async?
猜你喜欢
Introduction to the advantages of the new generation mesh network protocol T-Mesh wireless communication technology
虹科分享 | 如何测试与验证复杂的FPGA设计(3)——硬件测试
DataGrip:非常好用的数据库工具,安装与使用教程,亮点介绍
罗克韦尔AB PLC RSLogix5000中创建新项目、任务、程序和例程的具体方法和步骤
MySQL窗口函数
一文看懂推荐系统:召回03:基于用户的协同过滤(UserCF),要计算用户之间的相似度
Introduction to spark learning - 1
node连接mongoose数据库流程
我写了个”不贪吃蛇“小游戏
2年开发经验去面试,吊打面试官,即将面试的程序员这些笔记建议复习
随机推荐
Small Tools (4) integrated Seata1.5.2 distributed transactions
超分重建数据集
protobuf 反射使用总结
中小微企业如何简单便捷、低成本实现数字化?360视觉云有妙招
自动化部署+整合SSM项目
TCP 可靠吗?为什么?
MySQL相关介绍
C专家编程 第3章 分析C语言的声明 3.9 轻松一下---驱动物理实体的软件
C专家编程 第1章 C:穿越时空的迷雾 1.8 ANSI C标准的结构
#夏日挑战赛#【FFH】OpenHarmony设备开发基础(四)启动流程
高效的组织信息共享知识库是一种宝贵的资源
[Unity Getting Started Plan] Basic Concepts (6) - Sprite Renderer Sprite Renderer
虹科分享 | 如何测试与验证复杂的FPGA设计(3)——硬件测试
B站回应HR称核心用户是Loser;微博回应宕机原因;Go 1.19 正式发布|极客头条
Common distributed theories (CAP, BASE) and consensus protocols (Gosssip, Raft)
node连接mongoose数据库流程
CPU个数_核心数_线程数之间的关系
protobuf 中数据编码规则
WordPress 5.2.3 更新,升级出现请求超时的解决方法
一文看懂推荐系统:概要02:推荐系统的链路,从召回粗排,到精排,到重排,最终推荐展示给用户