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

蒋松廷 荣获第六季完美童模全球总决赛 全球总冠军

组件通信-父传子组件通信

正向代理与反向代理

EasyExcel实现动态列解析和存表
![[Unity Getting Started Plan] Basic Concepts (6) - Sprite Renderer Sprite Renderer](/img/c2/5717cb053bc6c07829a616735cbc71.png)
[Unity Getting Started Plan] Basic Concepts (6) - Sprite Renderer Sprite Renderer
我写了个”不贪吃蛇“小游戏

TiKV & TiFlash accelerate complex business queries丨TiFlash application practice

How much do you know about the intelligent operation and maintenance service of data warehouse based on DMS?

Introduction to the advantages of the new generation mesh network protocol T-Mesh wireless communication technology

一文看懂推荐系统:召回02:Swing 模型,和itemCF很相似,区别在于计算相似度的方法不一样
随机推荐
新版本 MaxCompute 的SQL 中支持的 EXTRACT 函数有什么作用?
leetcode:187. 重复的DNA序列
【翻译】关于扩容一个百万级别用户系统的六个课程
protobuf 中数据编码规则
组件通信--下拉菜单案例
C专家编程 第3章 分析C语言的声明 3.8 理解所有分析过程的代码段
C专家编程 第3章 分析C语言的声明 3.3 优先级规则
如何选择合适的导电滑环型号
How to start an NFT collection
leetcode SVM
leetcode:202. 快乐数
[Unity Getting Started Plan] Basic Concepts (7) - Input Manager & Input Class
EasyExcel实现动态列解析和存表
[QT] Qt project demo: data is displayed on the ui interface, double-click the mouse to display specific information in a pop-up window
《社会企业开展应聘文职人员培训规范》团体标准在新华书店上架
可复现、开放科研、跨学科合作:数据驱动下的科研趋势及应用方案
FinClip | 2022 年 7 月产品大事记
组件通信-父传子组件通信
Async的线程池使用的哪个?
#夏日挑战赛# HarmonyOS 实现一个绘画板