Instructions to use Werea-co/Werea-Gemstone-Person-Object-Detector-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Werea-co/Werea-Gemstone-Person-Object-Detector-Small with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Werea-co/Werea-Gemstone-Person-Object-Detector-Small") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Gemstone Person & Object Detector Small
A 512 px, 80-class COCO detector adapted for the T3 Gemstone O1 / TI AM67A
deployment path. This Small variant prioritizes higher detection accuracy. The primary model
detects the COCO person class and objects. The repository also includes an
optional local YuNet + SFace companion that recognizes faces only after an
operator explicitly enrolls that identity; everyone else remains unknown.
Evidence
| Metric | Pretrained baseline | Adapted checkpoint |
|---|---|---|
| COCO val mAP50-95 | 0.4300 | 0.3933 |
| COCO val mAP50 | 0.5905 | 0.5535 |
| Person AP50-95 | 0.5497 | 0.5272 |
| Precision | 0.6899 | 0.6595 |
| Recall | 0.5360 | 0.5052 |
Training is a deterministic 512 px resolution-adaptation continuation from
yolov8s.pt on 35% of COCO 2017 train for 12 epochs. Metrics use the
full COCO val2017 split. See evidence.json for the complete manifest.
Files
| File | Size | SHA-256 |
|---|---|---|
model.pt |
22.5 MB | 3769c3acf9682e5bb4ce01e025f2491dedf25b83ef15f973d1e48520ee6c60d5 |
model.torchscript |
45.0 MB | 10a1b86d1439f1595debb39e85a87cb9892fa82eb3e6b781c79a7b7c37aa57b9 |
model.onnx |
44.8 MB | c52e6776069fb4a8b2bb8e812763ebb668d68c8bd2761341fe42ad7f084f0f13 |
model.pt: Ultralytics/PyTorch checkpointmodel.torchscript: static batch-1, 512 px TorchScriptmodel.onnx: static batch-1, 512 px ONNX opset 12 without embedded NMSface_identity.py: consent-based local enrollment and face matchingdownload_face_models.py: pinned, checksum-verified OpenCV model downloader
T3 Gemstone deployment status
The T3 Gemstone O1 has a TI AM67A, dual accelerators totaling 4 TOPS, and 4 GB RAM. The ONNX graph is prepared for the TI TIDL import path. Physical-board TIDL compilation, latency, accelerator offload percentage, and peak RAM are still pending and must not be inferred from the A100 build-host benchmark.
Quick start
from ultralytics import YOLO
model = YOLO("model.pt")
results = model("camera.jpg", imgsz=512)
For enrolled face identification, see FACE_IDENTITY.md. Face embeddings are
biometric data. They are intentionally not bundled, uploaded, or sent to a
remote API. This prototype has no liveness check and must not be the only
signal used for authentication or consequential decisions.
Türkçe özet
Bu model T3 Gemstone O1 üzerinde kişi ve genel nesne algılar. İsteğe bağlı yüz
modülü, yalnızca cihazdaki galeriye açıkça kaydedilmiş kişileri eşleştirir;
diğer yüzler unknown kalır. Biyometrik galeri buluta yüklenmez. Fiziksel kart
TIDL testleri tamamlanmadan gerçek zamanlı FPS iddiasında bulunulmaz.
License and attribution
Ultralytics YOLO and these derivative weights are released under AGPL-3.0. COCO annotations are CC BY 4.0; individual images retain their respective licenses. Training and packaging: Werea / Goktug Düşünen, 2026.
- Downloads last month
- 28