/labelercv

Labeling scripts and tools for Computer Vision datasets

Primary LanguagePythonMIT LicenseMIT

LabelerCV

Labeling scripts and tools for Computer Vision datasets

1. CVAT

  • Git Repository

    git clone --recurse-submodules https://github.com/karmarv/labelercv.git
    
    • Ensure CVAT submodule is checked out
    git clone --depth 1 --branch v2.11.0 https://github.com/opencv/cvat
    
  • Operate CVAT - Instructions

    cd cvat_scripts
    bash startup_cvat.bash
    bash shutdown_cvat.bash
    
  • Access CVAT: http://karmax:8080/tasks

2. CVAT Functions

3. Data Converters

  • Convert backup task to YOLO labels.txt format
  • Convert backup task to COCO annotations.json format

GCP Installation