vector-to-yolo

VecToYOLO: Geospatial Training Data Generator

VecToYOLO is a powerful QGIS plugin designed to streamline the creation of deep learning datasets. It automates the process of converting large-scale satellite imagery or drone orthomosaics into localized image “chips” (patches) with corresponding label files, formatted specifically for the YOLO (You Only Look Once) object detection and segmentation framework.

Core Features

How it Works

  1. Alignment: Automatically reprojects your vector annotations to match the CRS of your raster.
  2. Tiling: Iterates through your specified map extent, creating image tiles based on your desired chip size and overlap.
  3. Label Mapping: Maps vector attributes to class IDs and converts geographic coordinates into the normalized YOLO format.