YOLO

Export Data Labels to the YOLO format

YOLO - a real-time object detection algorithm.

Only Rectangles and Polygons can be exported to this format.

{
  "classes": 1,
  "train": "data/tarin.txt",
  "valid": "data/train.txt",
  "names": "data/obj.names",
  "backup": "backup"
}

Last updated