11 lines
264 B
Markdown
11 lines
264 B
Markdown
# MPR
|
|
|
|
Brand and logo detection pipeline for video — extracts frames, segments the field, runs YOLO + OCR, and escalates unresolved detections to local or cloud VLMs.
|
|
|
|
## Docs
|
|
|
|
```bash
|
|
python -m http.server 8000 --directory docs
|
|
# open http://localhost:8000
|
|
```
|