当前位置:网站首页>Detection and identification data set and yolov5 model of helmet reflective clothing
Detection and identification data set and yolov5 model of helmet reflective clothing
2022-07-27 06:42:00 【LEILEI18A】
A safety helmet - coverall ( Reflective clothing ) Test data sets and yolov4-5 Test model
Catalog
1. Open source project github link
3. coverall ( Reflective clothing ) Data set expansion scheme
0. Abstract
This article is open source 1 individual coverall ( Reflective clothing ) Test data set ( With label ) and Pre training model , This project has been uploaded github, welcome star.
coverall ( Reflective clothing )- Helmet detection ( Practical target detection ) qq Group : 980489677 qq2 Group :710514100
CVAT Use the annotation tutorial : Data tagging tools CVAT course _LEILEI18A The blog of -CSDN Blog _cvat Dimensioning tools
This project can be used in the construction area or Hazardous area inspectors !!!

1. Open source project github link
https://github.com/gengyanlei/reflective-clothes-detect
The open source model is yolov5s Model
2. Dataset details
This article open source overalls ( Reflective clothing ) Detect dataset images 1083 Zhang ( contain xml mark ): Contains different colors 、( The police - Environmental protection - construction site - Seaside ( life jacket )) Such as the scene ;
CVAT Use the annotation tutorial : Data tagging tools CVAT course _LEILEI18A The blog of -CSDN Blog _cvat Dimensioning tools
3. coverall ( Reflective clothing ) Data set expansion scheme
(1) be based on yolov4 Training reflective clothes 1083 Zhang image , Obtain the reflective clothing detection model ;
(2) be based on (1) Your model is right SHWD( Right click the new tab to open the link ) Data set for category expansion , get 4 Class annotation ( A safety helmet 2 class , Reflective clothing 2 class , Whole person [ from coco The model provides ])
(3) be based on SHWD Data set training is enough !
Be careful :
yolov4 Can be empty label Image for training ;
yolov5 It can also be empty label Image for training ;
4. The test results
newest 5 Class detection effect :

5. explain
(1) This data set is only for academic exploration !
边栏推荐
猜你喜欢

DNS域名解析服务

如何避免漏洞?向日葵远程为你讲解不同场景下的安全使用方法

Remote access and control

Lamp -- source code compilation and installation

ESXI虚拟机启动,模块“MonitorLoop”打开电源失败

FTP服务简介与配置

Soul 递交港股上市申请,加快社交聚集地多元化、场景化的布局

Publish a building segmentation database with a resolution of 0.22m

Source code compilation and installation LNMP and discuz Forum

Kaggle calls the custom module method
随机推荐
装饰器函数与类装饰器的使用
Compatibility test knowledge points
Shell -- custom variables and assignments
shell常用命令-备忘录
DHCP原理与配置
Shell script loop
Shell -- operation of variables
Using markdowm
Addition, deletion, modification and query of the database at the terminal
Network troubleshooting: Ping and tracert commands
KVM command set management virtual machine
shell函数
Shell脚本删除自动清理超过大小的文件
Database commands
测试基础概括
Summary of Internet simple protocol
Shell Function
shell--循环语句(for、while、until)
Geonode GeoServer win10 installation tutorial (personal test)
反射器中getattr,hasattr,delattr,setattr的使用