LynnL4 commited on
Commit
ae78844
·
1 Parent(s): 7031585

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ pipeline_tag: object-detection
8
  ---
9
+
10
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64edad5f318f088926caad32/b-Zo0zjAAZNZ4CH-C_VVZ.png)
11
+
12
+
13
+ | Model Name | Backend | Datasets | Input Size | Precision | mAP<sup>1</sup> | MACs (M) | Parameters (M) | Invoking RAM (MiB) | Invoke Time (ms) | Link |
14
+ |:---------:|:-:|:-:|:-:|:--------:|:---------:|:---------:|:--:|:----:|:-----------:|:-:|
15
+ | YOLOv5 Tiny | PyTorch | [Digital_Meter_Seg7](https://universe.roboflow.com/seeed-studio-dbk14/digital-meter-seg7) | 192x192x3 | Float32 | 99.2% | 90.56 | 0.67 | - | - | [Download (Seeed Studio)](https://files.seeedstudio.com/edgelab/model_zoo/detection/models/yolov5/Digital_Meter_Seg7/yolov5_tiny_1xb16_300e_coco_sha1_b26cffe14038a7155315c40b49f851679a547dec.pth) |
16
+ | YOLOv5 Tiny | ONNX | [Digital_Meter_Seg7](https://universe.roboflow.com/seeed-studio-dbk14/digital-meter-seg7) | 192x192x3 | Float32 | 98.8% | - | 0.67 | - | - | [Download (Seeed Studio)](https://files.seeedstudio.com/edgelab/model_zoo/detection/models/yolov5/Digital_Meter_Seg7/yolov5_tiny_1xb16_300e_coco_sha1_fafffe6308842f1510fb6dd01293db4243edd678.onnx) |
17
+ | YOLOv5 Tiny | TFLite | [Digital_Meter_Seg7](https://universe.roboflow.com/seeed-studio-dbk14/digital-meter-seg7) | 192x192x3 | Float32 | 98.8% | 89.00 | - | 1.20 | - | [Download (Seeed Studio)](https://files.seeedstudio.com/edgelab/model_zoo/detection/models/yolov5/Digital_Meter_Seg7/yolov5_tiny_1xb16_300e_coco_float32_sha1_e46a4c7183d073a5807e327d6b6d788853f2acf7.tflite) |
18
+ | YOLOv5 Tiny | TFlite | [Digital_Meter_Seg7](https://universe.roboflow.com/seeed-studio-dbk14/digital-meter-seg7) | 192x192x3 | Int8 (PTQ) | 98.1% | 89.00 | - | 0.35 | 671.24<sup>(2)</sup>/890.83<sup>(3)</sup>/893.62<sup>(4)</sup> | [Download (Seeed Studio)](https://files.seeedstudio.com/edgelab/model_zoo/detection/models/yolov5/Digital_Meter_Seg7/yolov5_tiny_1xb16_300e_coco_int8_sha1_d670a8f8ceb3691beaa89da352c678634a29df73.tflite) |