yolo-format
There are 18 repositories under yolo-format topic.
drainingsun/ybat
Ybat - YOLO BBox Annotation Tool
Koldim2001/COCO_to_YOLOv8
Converting COCO annotation (CVAT) to annotation for YOLO-seg (instance segmentation) and YOLO-obb (oriented bounding box detection)
tw-yshuang/coco2yolo
A CLI tool can create a specific task-dataset you want based on COCO dataset. Given the annotation JSON file, this tool will help you download the data and set the symbolic links from data_dir to task_dir !!
ivder/LabelMeYoloConverter
Convert LabelMe Annotation Tool JSON format to YOLO text file format
sichkar-valentyn/Traffic-Signs-dataset-in-YOLO-v3-format
YOLO v3 format of traffic signs dataset to train and test detector
sensationTI/FLIR_IR_Expansion
This is an expansion pack for the FREE FLIR Thermal Dataset with extra annotated dog frames added.
ivder/Yolo_MultiClass_LabelTool
My own version to annotate dataset for YOLO format (Including multi-class labeling on the same image)
MehmetOKUYAR/Convert-Mask2Yolo
This developed algorithm transforms mask labels used in previous segmentation tasks into a format compatible with YOLO's label requirements. As a result, pre-prepared datasets can be used with YOLO-like detection-focused architectures.
MehmetOKUYAR/Augmentation_for_Yolo_labeling
Augmentation yolo format txt and images
adbedada/imageprep
Dataset prep tool for object detection tasks
maldivien/Coco-to-yolo-downloader
COCO dataset to Yolo format annotations and images downloader, also Negatives categories can be downloaded too.
katrinmisel/yolococo
Create a YOLO-format subset of the COCO dataset
sichkar-valentyn/Traffic-Signs-dataset-in-YOLO-v5-format
YOLO v5 format of the traffic signs dataset to train and test detector
sichkar-valentyn/What-is-YOLO-format
How does annotated image in YOLO format looks like? Analyze txt annotation file.
v-dvorak/od-tools
WIP. Tools to convert between dataset formats, image splitting for object detection.
PradeepThapa/PythonScripts
Some useful and common scripts for future use
sichkar-valentyn/YOLO-v3-Objects-Detection-with-Custom-Data
Course on how to build your own Detector based on YOLO version 3 algorithm