当前位置:网站首页>使用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
边栏推荐
- TiKV & TiFlash accelerate complex business queries丨TiFlash application practice
- 建造者模式/生成器模式
- 如何设计大电流九线导电滑环
- 一文看懂推荐系统:概要02:推荐系统的链路,从召回粗排,到精排,到重排,最终推荐展示给用户
- 虹科分享 | 如何测试与验证复杂的FPGA设计(3)——硬件测试
- AI+BI+Visualization, Deep Analysis of Sugar BI Architecture
- TCP 可靠吗?为什么?
- C专家编程 第1章 C:穿越时空的迷雾 1.6 它很棒,但它符合标准吗
- 使用 PowerShell 将 Windows 转发事件导入 SQL Server
- 【There is no tracking information for the current branch. Please specify which branch you want to 】
猜你喜欢
随机推荐
MySQL窗口函数 PARTITION BY()函数介绍
leetcode-268.丢失的数字
protobuf 中数据编码规则
设置海思芯片MMZ内存、OS内存详解
MySQL相关介绍
组件通信--下拉菜单案例
C专家编程 第3章 分析C语言的声明 3.8 理解所有分析过程的代码段
[QT] Qt project demo: data is displayed on the ui interface, double-click the mouse to display specific information in a pop-up window
可复现、开放科研、跨学科合作:数据驱动下的科研趋势及应用方案
兄弟组件通信context
20. Valid Parentheses
使用.NET简单实现一个Redis的高性能克隆版(一)
Difference and performance comparison between HAL and LL library of STM32
C专家编程 第1章 C:穿越时空的迷雾 1.7 编译限制
Not to be ignored!Features and advantages of outdoor LED display
Kubernetes 笔记 / 入门 / 生产环境 / 容器运行时
数据中台“集存通用治”功能场景说明
附录A 程序员工作面试的秘密
想进阿里?先来搞懂一下分布式事务
视频人脸识别和图片人脸识别的关系