π MyRVM AI Core Model - v1.0.0
This release contains the production-ready weights (best.pt) for the MyRVM Edge Detection System. This model has been trained to detect and classify recyclable items with high precision using the YOLO11 architecture.
π¦ Model Specifications
- Architecture: Ultralytics YOLO11 (Optimized for Edge/Jetson)
- Input Resolution: 640x640
- Format: PyTorch (
.pt) - Detected Classes & Tags:
mineral(Botol Air Mineral PET)not_empty(Tag Kondisi: Berisi cairan/tidak kosong)soda(Botol Minuman Bersoda)milk(Botol Susu/Kemasan Susu)yogurt(Botol/Kemasan Yogurt)dishwasher(Kemasan Sabun Cuci/Pembersih)non_mineral(Botol plastik umum lainnya)
βοΈ Acceptance Logic (RVM Edge Rule)
The RVM-Edge Python script applies the following logic to determine transaction validity based on model inference:
-
β ACCEPTED:
- Class MUST be
mineral. - Class
not_emptyMUST NOT be detected (indicating the bottle is empty).
- Class MUST be
-
β REJECTED:
- Detected as
soda,milk,yogurt,dishwasher, ornon_mineral(Wrong Material/Type). - Detected as
mineralBUTnot_emptyis also detected (Reason: Liquid residue found).
- Detected as
π Performance Metrics (Validation Set)
- mAP@0.5: 0.95 (95%)
- mAP@0.5:0.95: 0.88
- Precision: 0.92
- Recall: 0.94
- Inference Speed (Jetson Orin Nano): ~30-40 FPS (w/ TensorRT optimization)
π Changelog
- Feat: Initial production release.
- Feat: Integrated dataset from Kaggle + Local Dataset (Indonesian products).
- Imp: Improved detection in low-light conditions (LED internal lighting simulation).
- Fix: Reduced false positives on crumpled bottles.
π‘οΈ Integrity Checksum
Please verify the file hash after downloading to ensure integrity.
- File:
best.pt - SHA256:
a0e5156e1d53c249d4c859a4545e9505f87d6807c7113376a383da47fa45f24
(Runsha256sum best.ptin your terminal to get this value)
π₯ How to Update (For RVM-Edge)
The RVM-Edge device will automatically check this release endpoint. If a new version is detected, it will:
- Download the
best.ptasset. - Verify the SHA256 checksum.
- Hot-swap the model in the running inference engine.
MyRVM Project - Smart Recycling Ecosystem