Skip to content

VladimirSinitsin/Yolo_visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating dataset visualization in Yolo format.

Setup

After cloning and creating a local environment, run this command to install the required packages.

pip install -r requirements.txt

Getting Started

Change the values in this list on the path to your datasets (also there can only be one):

PATHS = ["/path/to/dataset1",
"/path/to/dataset2",
"/path/to/dataset3"]

After that you can run mark_yolo_dataset.py file.