当前位置:网站首页>Yolov5 advanced six target tracking environment construction
Yolov5 advanced six target tracking environment construction
2022-07-01 08:17:00 【Parity nonconservative 4.0】
Be proficient in using labelimg After marking and training identification , You can do some interesting things , For example, identify whether to wear a mask , If you don't bring it, you will be prompted “ Please wear a mask ”.https://download.csdn.net/download/buaaweibin/85802968
Here are the trained mask.pt file , Just use this weight , You can identify whether to wear a mask . You can put mask.pt Put it in weights Under the table of contents , In this way, the wearing of masks can be detected in real time .
python detect.py --weights weights/mask.pt --source 0
Of course, the main content of today is not identification , It is track track .
Use yolov5+deepsort Is the easiest way to implement tracing .
The following are the specific implementation steps :
Choose a compatible version , Use yolov5-5.0 and
Yolov5_StrongSORT_OSNet-3.0,python3.6
The websites are
https://github.com/ultralytics/yolov5/releases
https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet/releases
Pay attention to releases Find the corresponding version . Be careful yolov5-6.0 and 5.0 Of pt Weight files cannot be mixed .
Now let's start to build a familiar environment .
conda create --prefix=D:/PycharmProjects/yoloV5_deepsort/yoloV5deepsort_env python=3.6
If it's too slow , Add the Tsinghua image temporarily when creating the environment , Cancel later
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pk边栏推荐
- Yolov5进阶之七目标追踪最新环境搭建
- [dynamic planning] p1020 missile interception (variant of the longest increasing subsequence)
- 【入门】取近似值
- Airsim radar camera fusion to generate color point cloud
- Codeforces Round #803 (Div. 2) VP补题
- 【力扣10天SQL入门】Day9 控制流
- 使用threejs简单Web3D效果
- Contenttype comparison of all types
- Erreur de hauteur du clavier souple
- [getting started] extract non repeating integers
猜你喜欢
![[getting started] extract non repeating integers](/img/88/3e96df88e980bd98ac112b18a8678c.png)
[getting started] extract non repeating integers
![[dynamic planning] p1020 missile interception (variant of the longest increasing subsequence)](/img/3e/75a1152f9cdf63c6779fdadec702a0.jpg)
[dynamic planning] p1020 missile interception (variant of the longest increasing subsequence)

P4 安装bmv2 详细教程

Soft keyboard height error
![[untitled]](/img/b9/6922875009c2d29224a26ed2a22b01.jpg)
[untitled]

Utiliser Beef pour détourner le navigateur utilisateur

Manually dig XSS vulnerabilities

Hijacking a user's browser with beef

【入门】提取不重复的整数

postgresql源码学习(26)—— Windows vscode远程调试Linux上的postgresql
随机推荐
PHP laravel wechat payment
[redis] it takes you through redis installation and connection at one go
Set up file server Minio for quick use
Access report realizes subtotal function
[question brushing] character statistics [0]
The Windows C disk is full
Lm08 mesh series mesh inversion (fine)
seaborn clustermap矩阵添加颜色块
ContentType所有类型对比
7-26 word length (input and output in the loop)
Day5: scanner object, next() and nextline(), sequential structure, selection structure, circular structure
Sqlalchemy creating MySQL_ Table
SQL number injection and character injection
[website architecture] solve 90% of distributed transactions in one move, and introduce the working principles and application scenarios of database transactions and distributed transactions
使用beef劫持用户浏览器
SharePoint - modify web application authentication using PowerShell
Scala language learning-07-constructor
Using settoolkit to forge sites to steal user information
Gdip - hatchbrush pattern table
Practice and Thinking on the architecture of a set of 100000 TPS im integrated message system