Spaces:
Sleeping
Sleeping
| """ | |
| 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" |