Rwanda Water Meter Reading Model
This repository contains a YOLO model trained to detect:
- water meter
- reading window
- digits
0through9 - unreadable digits (
unknown)
Files
best.pt: best checkpoint from traininglast.pt: most recent checkpoint
Training source
The model was trained on the prepared dataset from the Rwanda water meter reading project.
Suggested usage
from ultralytics import YOLO
model = YOLO("best.pt")
results = model.predict("image.jpg", imgsz=640)
Notes
best.ptis the recommended checkpoint for inferencelast.ptcan be used to continue training