Rwanda Water Meter Reading Models

This repository stores YOLO model checkpoints for a water meter reading system.

Classes

  1. meter
  2. window
  3. 0
  4. 1
  5. 2
  6. 3
  7. 4
  8. 5
  9. 6
  10. 7
  11. 8
  12. 9

Models

File Description
models/old_claude_yolo12n_raw_pascal_best.pt Old Claude YOLOv12n raw+Pascal model
models/new_clean_yolo12n_raw_pascal_best.pt New clean YOLOv12n model
models/single_combined_yolo11m_best.pt Single-combined YOLO11m model
models/single_combined_yolo11l_1024_best.pt Single-combined YOLO11l 1024 model

Usage

from ultralytics import YOLO

model = YOLO("models/new_clean_yolo12n_raw_pascal_best.pt")
results = model.predict("image.jpg", imgsz=960, conf=0.10)
Downloads last month
168
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support