Skip to content

xaerincl/Yolo_Autolabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo_Autolabel

Requirements 📋

Python 3.6 or later.

To install run:

pip install -r requirements.txt

or simply

pip install opencv_python
pip install PySimpleGUI

How to use

Run:

$ python autolabeler.py

Now select: tutorial_1

This will produce this output:

tutorial_2

The images with the detected objects (if 'Save image' is selected) and the labels for every image (if Save label is selected)

Now to export the dataset:

tutorial_3

This will produce this output:

tutorial_4

export
|
+--obj_train_data
|  |
|  +--soccer.txt
|  |
|  +--dining_table.txt
|
|  +--... (rest of the labels)
|
+--obj.data
| 
+--obj.names
| 
+--train.txt
| 
+--images.zip
| 
+--upload.zip
| 
+--labels_to_cvat.txt

images and upload.zip files are ready to be uploaded to CVAT if you need to edit the labels or export into another format.

How to upload labels to CVAT

Create project

tutorial_5

copy labels_to_cvat.txt into raw and click Done

submit

create task and upload images.zip

tutorial_5

submit

Open the task and click Upload annotations YOLO 1.1 and upload the upload.zip file

tutorial_5

ready to go!

Download yolov4.weights file 245 MB: yolov4.weights

Autores ✒️

  • Oscar Mauriaca - Desarrollo - xaerincl

About

Yolo autolabel. It can export the dataset to CVAT format for editing or exporting to another format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages