Views
No views yet
price_tag).openfoodfacts/price-tag-detection
(itself a YOLO11 model), fine-tuned for the Lenta robot camera.frame_rotation: ccw
for offline clips; uploaded clips are already upright).hf:// reference — no manual download needed for docker compose up:1detector:
2 model_path: hf://BlackfireZZZ/lenta-tech-life-2026-detector/lenta_price_tag_detector_full494_off_aug_best.pt1from huggingface_hub import hf_hub_download
2from ultralytics import YOLO
3
4p = hf_hub_download(
5 "BlackfireZZZ/lenta-tech-life-2026-detector",
6 "lenta_price_tag_detector_full494_off_aug_best.pt",
7)
8model = YOLO(p)