Object Detection
ONNX
English
dghs-realutils
dghs-imgutils
narugo1992 commited on
Commit
434072a
·
verified ·
1 Parent(s): c9ea834

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  | Model | Type | FLOPS | Params | Labels | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) |
2
  |:--------:|:------:|:-------:|:--------:|:--------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------:|:-----------:|:----------:|:-------------:|
3
  | rtdetr-x | yolo | 233G | 67.5M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/rtdetr-x/labels.json) | N/A | N/A | N/A | N/A |
@@ -27,5 +39,4 @@
27
  | yolov5lu | yolo | 136G | 53.2M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5lu/labels.json) | N/A | N/A | N/A | N/A |
28
  | yolov5mu | yolo | 64.6G | 25.1M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5mu/labels.json) | N/A | N/A | N/A | N/A |
29
  | yolov5su | yolo | 24.2G | 9.15M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5su/labels.json) | N/A | N/A | N/A | N/A |
30
- | yolov5nu | yolo | 7.84G | 2.65M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5nu/labels.json) | N/A | N/A | N/A | N/A |
31
-
 
1
+ ---
2
+ pipeline_tag: object-detection
3
+ library_name: dghs-imgutil
4
+ datasets:
5
+ - HuggingFaceM4/COCO
6
+ language:
7
+ - en
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ ---
12
+
13
  | Model | Type | FLOPS | Params | Labels | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) |
14
  |:--------:|:------:|:-------:|:--------:|:--------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------:|:-----------:|:----------:|:-------------:|
15
  | rtdetr-x | yolo | 233G | 67.5M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/rtdetr-x/labels.json) | N/A | N/A | N/A | N/A |
 
39
  | yolov5lu | yolo | 136G | 53.2M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5lu/labels.json) | N/A | N/A | N/A | N/A |
40
  | yolov5mu | yolo | 64.6G | 25.1M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5mu/labels.json) | N/A | N/A | N/A | N/A |
41
  | yolov5su | yolo | 24.2G | 9.15M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5su/labels.json) | N/A | N/A | N/A | N/A |
42
+ | yolov5nu | yolo | 7.84G | 2.65M | [`person`, `bicycle`, `car`, `motorcycle`, `airplane` ... 80 labels in total](https://huggingface.co/deepghs/yolos/blob/main/yolov5nu/labels.json) | N/A | N/A | N/A | N/A |