add openvino format
Browse files- README.md +65 -0
- person/small/person_openvino_model/metadata.yaml +14 -0
- person/small/person_openvino_model/person.bin +3 -0
- person/small/person_openvino_model/person.xml +0 -0
- vehicle/small/vehicle_openvino_model/metadata.yaml +17 -0
- vehicle/small/vehicle_openvino_model/vehicle.bin +3 -0
- vehicle/small/vehicle_openvino_model/vehicle.xml +0 -0
README.md
CHANGED
|
@@ -1 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# YOLO Model Repository
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: agpl-3.0
|
| 4 |
+
tags:
|
| 5 |
+
- yolov8
|
| 6 |
+
- object-detection
|
| 7 |
+
- computer-vision
|
| 8 |
+
- opencv
|
| 9 |
+
- openvino
|
| 10 |
+
- pytorch
|
| 11 |
+
- ultralytics
|
| 12 |
+
datasets:
|
| 13 |
+
- coco
|
| 14 |
+
library_name: ultralytics
|
| 15 |
+
pipeline_tag: object-detection
|
| 16 |
+
inference: true
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# YOLO Model Repository
|
| 20 |
+
|
| 21 |
+
A collection of YOLOv8 models for various object detection tasks, optimized for different deployment scenarios.
|
| 22 |
+
|
| 23 |
+
## Available Models
|
| 24 |
+
|
| 25 |
+
### Person Detection Models
|
| 26 |
+
|
| 27 |
+
- **Nano**: Lightweight model for person detection, optimized for edge devices
|
| 28 |
+
- Format: OpenVINO
|
| 29 |
+
- Size: 640x640
|
| 30 |
+
- Task: Detection
|
| 31 |
+
|
| 32 |
+
- **Small**: Better accuracy for person detection with reasonable performance
|
| 33 |
+
- Format: OpenVINO
|
| 34 |
+
- Size: 640x640
|
| 35 |
+
- Task: Detection
|
| 36 |
+
|
| 37 |
+
### Vehicle Detection Models
|
| 38 |
+
|
| 39 |
+
- **Small**: Model for accurate vehicle detection
|
| 40 |
+
- Format: OpenVINO
|
| 41 |
+
- Size: 640x640
|
| 42 |
+
- Task: Detection
|
| 43 |
+
|
| 44 |
+
### Indonesian ID Card (KTP) Detection
|
| 45 |
+
|
| 46 |
+
- **Nano**: Specialized model for detecting Indonesian ID cards
|
| 47 |
+
- Format: PyTorch (.pt)
|
| 48 |
+
- Size: 640x640
|
| 49 |
+
- Task: Detection
|
| 50 |
+
|
| 51 |
+
## Model Architecture
|
| 52 |
+
|
| 53 |
+
These models are based on YOLOv8, the latest version of the YOLO (You Only Look Once) family of real-time object detectors. Key features:
|
| 54 |
+
|
| 55 |
+
- Anchor-free detection system
|
| 56 |
+
- Improved backbone and neck architecture
|
| 57 |
+
- Better performance-to-size ratio than previous YOLO versions
|
| 58 |
+
|
| 59 |
+
## Model Performance (Still dummy, pls update the real ones later)
|
| 60 |
+
|
| 61 |
+
| Model | Size | mAP@0.5 | Inference Time (CPU) | Inference Time (GPU) |
|
| 62 |
+
|-------|------|---------|---------------------|---------------------|
|
| 63 |
+
| Person Nano | 640x640 | 0.85 | 15ms | 5ms |
|
| 64 |
+
| Person Small | 640x640 | 0.89 | 25ms | 8ms |
|
| 65 |
+
| Vehicle Small | 640x640 | 0.87 | 28ms | 9ms |
|
| 66 |
+
| KTP Nano | 640x640 | 0.92 | 18ms | 6ms |
|
person/small/person_openvino_model/metadata.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
description: Ultralytics person model trained on /kaggle/working/data.yaml
|
| 2 |
+
author: Ultralytics
|
| 3 |
+
date: '2025-04-29T10:36:05.132869'
|
| 4 |
+
version: 8.3.43
|
| 5 |
+
license: AGPL-3.0 License (https://ultralytics.com/license)
|
| 6 |
+
docs: https://docs.ultralytics.com
|
| 7 |
+
stride: 32
|
| 8 |
+
task: detect
|
| 9 |
+
batch: 1
|
| 10 |
+
imgsz:
|
| 11 |
+
- 640
|
| 12 |
+
- 640
|
| 13 |
+
names:
|
| 14 |
+
0: person
|
person/small/person_openvino_model/person.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a9f94463544bdbfe6280384f014b8f5266dfcd966d4f975c1583fc3cd6b81dc
|
| 3 |
+
size 44604924
|
person/small/person_openvino_model/person.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vehicle/small/vehicle_openvino_model/metadata.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
description: Ultralytics YOLO11s model trained on /kaggle/working/datasets/Vehicle-Detection-3/data.yaml
|
| 2 |
+
author: Ultralytics
|
| 3 |
+
date: '2025-04-29T10:36:46.485244'
|
| 4 |
+
version: 8.3.43
|
| 5 |
+
license: AGPL-3.0 License (https://ultralytics.com/license)
|
| 6 |
+
docs: https://docs.ultralytics.com
|
| 7 |
+
stride: 32
|
| 8 |
+
task: detect
|
| 9 |
+
batch: 1
|
| 10 |
+
imgsz:
|
| 11 |
+
- 640
|
| 12 |
+
- 640
|
| 13 |
+
names:
|
| 14 |
+
0: bus
|
| 15 |
+
1: car
|
| 16 |
+
2: motorcycle
|
| 17 |
+
3: truck
|
vehicle/small/vehicle_openvino_model/vehicle.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08da675b1a8ef892ba80419cd811a6a2740acd7e756a3d5034178c25277d33c4
|
| 3 |
+
size 37758492
|
vehicle/small/vehicle_openvino_model/vehicle.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|