File size: 1,142 Bytes
afdc7b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42f250c
 
 
afdc7b6
c9352e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: agpl-3.0
pipeline_tag: object-detection
tags:
- ultralytics
- tracking
- instance-segmentation
- image-classification
- pose-estimation
- obb
- object-detection
- yolo
- yolov8
library_name: ultralytics
model-index:
- name: ultralytics/yolo11
  results:
  - task:
      type: object-detection
    dataset:
      type: merve/coco
      name: coco
      split: validation
    metrics:
      - type: precision  # since [email protected]:0.95 is not available on hf.co/metrics
        value: 54.7
        name: [email protected]:0.95
---
---

[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. 

YOLO12 is a versatile model that supports a wide range of core computer vision tasks. It excels in object detection, instance segmentation, image classification, pose estimation, and oriented object detection.

This is an ONNX version of Ultralytics YOLO12 modified for the usage of Transformers.js (WebNN backend).