Apiarist / detector.py

Commit History

feat: ranked top-3 queen candidates with probability shown - honest AI, user verifies
7119114

Apiarist Dev commited on

fix: dynamic inference size (640/1280/1920 by image dimensions) - small thumbnails were being upscaled too aggressively
48dd007

Apiarist Dev commited on

tune: imgsz=1920 + lower thresholds to catch more bees on high-res user photos
ffbb2d5

Apiarist Dev commited on

feat: 5 sample photos with verified queen detection + disclaimer about operating conditions
e6c0dcb

Apiarist Dev commited on

fix: cascade prompt emphasises color + size, more candidates, lower bee threshold
9a02a0e

Apiarist Dev commited on

feat: VLM cascade for queen verification (YOLO finds candidates, Qwen-VL confirms via grid comparison)
ae234b4

Apiarist Dev commited on

feat: lower queen threshold to 0.05, show top-confidence per class in narrative
0111bb2

Apiarist Dev commited on

fix: distinguish empty detections from missing weights; lower per-class thresholds for retrained model
1340369

Apiarist Dev commited on

feat: ship retrained YOLO weights (queen mAP 0.992) + smarter class canonicalization
e9abb16

Apiarist Dev commited on

polish: remove emojis and em dashes from sources and docs
238bdf6

Apiarist Dev commited on

feat: class aliasing + varroa support, ready for hendricks_ricky weights
d92374a

Apiarist Dev commited on

fix: per-class confidence thresholds, queen-only label, mites clearly marked as VLM estimate
e5b1be5

Apiarist Dev commited on

fix: custom annotation — thin per-class boxes, only label queen+drone, no bee text
582e81b

Apiarist Dev commited on

fix: force YOLO onto CPU (ZeroGPU rejects CUDA ops outside @gpu )
aa747ca

Apiarist Dev commited on

debug: log detector path/size at first call + retry instead of caching failure
3f394fc

Apiarist Dev commited on

feat: YOLO + Qwen pipeline with graceful fallback when weights absent
1032894

Apiarist Dev commited on