Xenova HF staff commited on
Commit
bc825ee
1 Parent(s): 589b213

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -4,6 +4,14 @@ pipeline_tag: object-detection
4
  license: agpl-3.0
5
  ---
6
 
 
 
 
 
 
 
 
 
7
  ## Usage (Transformers.js)
8
 
9
  If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@xenova/transformers) using:
 
4
  license: agpl-3.0
5
  ---
6
 
7
+ # YOLOv10: Real-Time End-to-End Object Detection
8
+
9
+ ONNX weights for https://github.com/THU-MIG/yolov10.
10
+
11
+ Latency-accuracy trade-offs | Size-accuracy trade-offs
12
+ :-------------------------:|:-------------------------:
13
+ ![latency-accuracy trade-offs](https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/cXru_kY_pRt4n4mHERnFp.png) | ![size-accuracy trade-offs](https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/8apBp9fEZW2gHVdwBN-nC.png)
14
+
15
  ## Usage (Transformers.js)
16
 
17
  If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@xenova/transformers) using: