Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
tags:
|
5 |
+
- ultralytics
|
6 |
+
- tracking
|
7 |
+
- instance-segmentation
|
8 |
+
- image-classification
|
9 |
+
- pose-estimation
|
10 |
+
- obb
|
11 |
+
- object-detection
|
12 |
+
- yolo
|
13 |
+
- yolov8
|
14 |
+
library_name: ultralytics
|
15 |
+
model-index:
|
16 |
+
- name: ultralytics/yolo11
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: object-detection
|
20 |
+
dataset:
|
21 |
+
type: merve/coco
|
22 |
+
name: coco
|
23 |
+
split: validation
|
24 |
+
metrics:
|
25 |
+
- type: precision # since [email protected]:0.95 is not available on hf.co/metrics
|
26 |
+
value: 54.7
|
27 |
+
name: [email protected]:0.95
|
28 |
+
---
|
29 |
+
---
|
30 |
+
|
31 |
+
[Ultralytics](https://www.ultralytics.com/) [YOLO12](https://github.com/ultralytics/ultralytics) is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLO11 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification and pose estimation tasks.
|
32 |
+
|
33 |
+
This is an ONNX version of Ultralytics YOLO12 modified for the usage of WebNN.
|