当前位置:网站首页>使用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
边栏推荐
- Selective Search学习笔记
- 新版本 MaxCompute 的SQL 中支持的 EXTRACT 函数有什么作用?
- mysql delete execution error: You can't specify target table 'doctor_info' for update in FROM clause
- How much do you know about the intelligent operation and maintenance service of data warehouse based on DMS?
- 一文看懂推荐系统:召回02:Swing 模型,和itemCF很相似,区别在于计算相似度的方法不一样
- [Unity Getting Started Plan] Basic Concepts (6) - Sprite Renderer Sprite Renderer
- [Unity Getting Started Plan] Basic Concepts (7) - Input Manager & Input Class
- MySQL查询语法
- 一文看懂推荐系统:召回03:基于用户的协同过滤(UserCF),要计算用户之间的相似度
- 简易网络传输方法
猜你喜欢
随机推荐
devops-2:Jenkins的使用及Pipeline语法讲解
【系统学习编程-编程入门-全民编程 视频教程】
To add digital wings to education, NetEase Yunxin released the overall solution of "Internet + Education"
详谈RDMA技术原理和三种实现方式
Kubernetes 笔记 / 入门 / 生产环境 / 用部署工具安装 Kubernetes / 用 kubeadm 启动集群 / 安装 kubeadm
面试不再被吊打!这才是Redis分布式锁的七种方案的正确打开方式
C专家编程 第1章 C:穿越时空的迷雾 1.7 编译限制
MPLS的wpn实验
《社会企业开展应聘文职人员培训规范》团体标准在新华书店上架
EA 改口,称单人游戏是产品组合中“非常重要的一部分”
C专家编程 第3章 分析C语言的声明 3.4 通过图标分析C语言的声明
使用 PowerShell 将 Windows 转发事件导入 SQL Server
[redis] cache penetration and cache avalanche and cache breakdown solutions
简易网络传输方法
window.open does not show favicon.icon
vector类
83. Remove Duplicates from Sorted List
SQL中对 datetime 类型操作
Windows 事件转发到 SQL 数据库
MySQL窗口函数 PARTITION BY()函数介绍