当前位置:网站首页>Yolov5 label and establish your own data set
Yolov5 label and establish your own data set
2022-07-19 08:03:00 【Qingyun Pavilion】
Welcome to the world of machine learning
Blog home page : Qingyun PavilionWelcome to focus on the likes collection ️ Leaving a message.
This article was originally written by Qing Yunge !
This stage belongs to the Qi training stage , I hope you can make a breakthrough
Starting time :2021 year 7 month 16 Japan
️ I hope I can complete the advanced road with you !
The author's level is very limited , If an error is found , Please leave a message ! Thank you very much !

labelImg download
labelImag stay github It has , You can download it yourself
Download link : labelImg-master.1. Modify the label
stay data/predefined_classes Modify the inside class, For example, my label is red and green Just change it in this format .
2. Then click directly labelImg.py file open
The operating environment generally includes python Of idle Can be opened directly , If it is pycharm Will be in pycharm Open the code , Then manually run, At this time, kids may encounter this problem .conda install pyqt=5 conda install -c anaconda lxml pyrcc5 -o libs/resources.py resources.qrc python labelImg.py python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
Home page information tells us , When we download the source code , First of all Anaconda Prompt Enter the unzipped file directory , Execute the above instructions in turn . The first three instructions are indispensable ( Unless the first two... Are already installed in the environment ), The third instruction is the most important !
3. After opening, change the format to yolo
4. Choose the location of the picture and what we marked txt Where to save the file
It's usually used labelImg We all need to create in the file images The folder and labels Folder , Put the pictures to be marked on images In the folder ,labels Don't put things in the folder for the time being , Annotations will be automatically generated at that time txt File and Open Dir choice images,Change Save Dir choice labels.
The following figure shows where my dataset is saved
5. Then we can start to label our dataset
Press “w” Key can start annotation
Press “a” The key is the previous one
Press “d” Key is next6. Save automatically
If we need to quickly label data sets , Can be in view/atuo save mode Select auto save , In this way, the selection box of whether to save or not will not pop up when you press one .
7. Faster operation
If many sheets are marked red, You can put "use default label" Check on , Fill in the back red.
边栏推荐
- [MySQL] transaction: basic knowledge of transaction, implementation principle of MySQL transaction, detailed explanation of transaction log redolog & undo
- Export file or download file
- [C# Console]-C# 控制台类
- 4-channel fmc+ baseband signal processing board (4-channel 2G instantaneous bandwidth ad+da)
- redis集群
- xgboos-hperopt
- standard-version(发版与 Changelog 自动化)
- RNN convolutional neural network
- 175. 组合两个表(MySQL数据库连接)
- Question 114 of Li Kou: binary tree expansion linked list
猜你喜欢

Jira --- workflow call external api

【刷题篇】完全平方数

Convolutional neural network CNN

《牛客刷题》sql错题集

The website vulnerability repair service provider analyzes the ultra vires caused by controllable parameters

【MySQL】 事务:事务基础知识、MySQL事务实现原理、事务日志 redolog & undolog 详解

Titanic passenger rescue prediction (Advanced)

Flutter3.0(framework框架)——UI渲染

redis6新功能

收单外包服务商北京捷文科技以约4.8亿转让60%股份
随机推荐
[C # console] - C # console class
【刷题篇】完全平方数
@ConditionalOnMissingBean 如何实现覆盖第三方组件中的 Bean
V8 引擎如何进行垃圾内存的回收?
目标检测和边界框
[day01] preface, introductory program, constant variables
Kingbasees can realize any of MySQL by constructing an aggregate function_ Value function.
The connection between neural network and automatic control
MongoDB的使用
自用的一套Jenkins样式
[C# 变量常量关键字]- C# 中的变量常量以及关键字
Jd.com's purchase intention forecast (IV)
Redis jump table implementation principle & time complexity analysis
Modify radio style
INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
Visual Studio 生产环境配置方案:SlowCheetah
【MySQL】 事务:事务基础知识、MySQL事务实现原理、事务日志 redolog & undolog 详解
912. Sort array (array sort)
Facial key point detection CNN
mysql语句的注意事项





