Skip to content

Want to train your deep learning models with your custom dataset? This tool allows you to increment your custom dataset with existing datasets like COCO, VOC, etc. It helps you get the labels you want to use for training from these large datasets, automatically generating the structure you need for training the object detection models such as yo…

Notifications You must be signed in to change notification settings

Neo-YH/EasyToolforYourCustomDataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

EasyToolforYourCustomDataset

Introduction

Want to train your deep learning models with your custom dataset? This tool allows you to increment your custom dataset with existing datasets like COCO. It helps you get the specified labels you want from these large datasets, generating the structure for training the object detection models such as yolov5.

Download txt labels of COCO2017:

https://github.com/ultralytics/yolov5/releases/download/v1.0/coco2017labels.zip

Python Script:

A single script is under /coco/labels folder, it is easy to read and modify.

$ cd coco/labels
$ python labels.py

sifted images of person from coco image

About

Want to train your deep learning models with your custom dataset? This tool allows you to increment your custom dataset with existing datasets like COCO, VOC, etc. It helps you get the labels you want to use for training from these large datasets, automatically generating the structure you need for training the object detection models such as yo…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages