Views
No views yet
| File | Size | Architecture | Purpose |
|---|---|---|---|
rfdetr_seg_small_best.pth | 128 MB | RF-DETR-Seg-Small (33.4M params) | End-to-end zone instance segmentation |
sam3.pt | 3.2 GB | SAM3 | Optional mask refinement within detected ROIs |
yolo26n.pt | 5.3 MB | YOLO26n | Pretrained backbone for plate geometry estimation |
yolo26n-seg.pt | 6.4 MB | YOLO26n-seg | YOLO segmentation model (alternative detector) |
| Metric | Value |
|---|---|
| F1 Score | 0.952 |
| Precision | 0.973 |
| Recall | 0.931 |
| Mean IoU | 0.896 |
| Diameter MAE | 0.234 mm (3.08% relative) |
| Pearson r (diameter) | 0.973 |
1# Install
2pip install -e .
3
4# Download weights
5hf download logichenry/ZoneVision --local-dir weights/
6
7# Run inference
8python scripts/run_pipeline.py \
9 --input path/to/plate_photos/ \
10 --output outputs/ \
11 --config configs/config.yaml \
12 --detector rfdetr1@article{zonevision2026,
2 title={Automated Inhibition-Zone Detection for Antibiotic Susceptibility Testing Using Cascade Vision},
3 author={Baice},
4 journal={Chinese Journal of Biotechnology},
5 year={2026}
6}