Instructions to use Cuonglam/vn-lp-y26 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Cuonglam/vn-lp-y26 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Cuonglam/vn-lp-y26") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
vn-lp-y26 — YOLO26 biển số Việt Nam
Detector YOLO26n train trên dataset VN (Roboflow / winter2897). Dùng trong Camera-AI và Space ALPR.
Files
| Path | Mô tả |
|---|---|
best.pt |
Weights tốt nhất (val) |
training/ |
Notebook Colab, data.yaml, tà i liệu |
runs/vn-lp-y26-local/ |
results.csv, curves, mẫu val |
Usage
python from ultralytics import YOLO model = YOLO("Cuonglam/vn-lp-y26") results = model.predict("image.jpg", conf=0.25)
Hoặc tải file: best.pt ở root repo.
Train config
Xem runs/vn-lp-y26-local/args.yaml và training/colab/train_vn_license_plate.ipynb.
- Downloads last month
- 83