LabelPlayground / autolabel /__init__.py
Erick
Upload folder using huggingface_hub
47cb9bd verified
raw
history blame contribute delete
371 Bytes
"""
autolabel — OWLv2-powered auto-labeling pipeline for household object detection.
Pipeline:
1. detect — run OWLv2 on images, produce per-image detection JSON
2. export — convert detections to COCO JSON for fine-tuning
Primary interface: app.py (Gradio web UI)
CLI interface: scripts/run_detection.py, scripts/export_coco.py
"""
__version__ = "0.1.0"