当前位置:网站首页>使用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
边栏推荐
猜你喜欢

使用Stream多年,collect还有这些“骚操作”?

面试不再被吊打!这才是Redis分布式锁的七种方案的正确打开方式

如何使用MATLAB绘制极坐标堆叠柱状图

黄致绮 荣获第六季完美童模全球总决赛 全国总冠军

一文看懂推荐系统:概要02:推荐系统的链路,从召回粗排,到精排,到重排,最终推荐展示给用户

元宇宙系列--Value creation in the metaverse

#夏日挑战赛# HarmonyOS 实现一个绘画板

Web3 安全风险令人生畏?应该如何应对?

《社会企业开展应聘文职人员培训规范》团体标准在新华书店上架

Interpretation of the 2021 Cost of Data Breach Report
随机推荐
protobuf 中数据编码规则
Why do I strongly recommend using smart async?
数据中台“集存通用治”功能场景说明
leetcode-693.交替位二进制数
[redis] cache penetration and cache avalanche and cache breakdown solutions
使用uniapp 封装一个request 请求
C专家编程 第3章 分析C语言的声明 3.6 typedef int x[10]和#define x int[10]的区别
C专家编程 第2章 这不是Bug,而是语言特性 2.3 误做之过
C专家编程 第3章 分析C语言的声明 3.2 声明是如何形成的
"Avnet Embedded Weekly" Issue 276: 2022.07.25--2022.07.31
生产环境如何删除表呢?只能在SQL脚本里执行 drop table 吗
MATLAB | 一种简易的随机曼陀罗图形生成函数
详谈RDMA技术原理和三种实现方式
从MatePad Pro进化看鸿蒙OS的生态势能
ArkUI如何适配横竖屏
Leetcode76. Minimal Covering Substring
简易网络传输方法
C专家编程 第3章 分析C语言的声明 3.1 只有编译器才会喜欢的语法
C专家编程 第1章 C:穿越时空的迷雾 1.8 ANSI C标准的结构
leetcode:189. 轮转数组