当前位置:网站首页>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
边栏推荐
- Php laraver Wechat payment
- Gdip - hatchbrush pattern table
- AArdio - 【问题】bass库回调时内存增长的问题
- Hijacking a user's browser with beef
- Aardio - 自己构造的getIconHandle的方法
- How outlook puts together messages with the same discussion
- Book of quantitative trading - reading notes of the man who conquers the market
- EDA开源仿真工具verilator入门6:调试实例
- Koltin35, headline Android interview algorithm
- 图扑软件通过 CMMI5 级认证!| 国际软件领域高权威高等级认证
猜你喜欢
[getting started] extract non repeating integers
seaborn clustermap矩阵添加颜色块
01 numpy introduction
[redis] it takes you through redis installation and connection at one go
CPU設計實戰-第四章實踐任務一簡單CPU參考設計調試
[untitled]
Aardio - 阴影渐变文字
0 basic introduction to single chip microcomputer: how to use digital multimeter and precautions
Airsim雷达相机融合生成彩色点云
Differential: definition of total differential, partial derivative, gradient
随机推荐
Li Kou daily question - Day 32 -1822 Symbol of array element product
Set up file server Minio for quick use
How to get a SharePoint online site created using the office365 group template
【入门】截取字符串
Leetcode T40: 组合总和II
0 basic introduction to single chip microcomputer: how to use digital multimeter and precautions
uni 热更新
XX attack - reflective XSS attack hijacking user browser
The difference between interceptors and filters
getInputStream() has already been called for this request
Data analysis notes 11
Yolov5进阶之六目标追踪环境搭建
Scala language learning-07-constructor
Access报表实现小计功能
[question brushing] character statistics [0]
Connect timed out of database connection
[untitled]
How outlook puts together messages with the same discussion
php laravel微信支付
EDA开源仿真工具verilator入门6:调试实例