IAmTheHaider
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -14,17 +14,17 @@ model-index:
|
|
14 |
- name: POT-YOLO
|
15 |
results:
|
16 |
- task:
|
17 |
-
type:
|
18 |
-
name:
|
19 |
dataset:
|
20 |
-
name:
|
21 |
-
type:
|
22 |
split: test
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
-
library_name:
|
28 |
pipeline_tag: object-detection
|
29 |
---
|
30 |
|
|
|
14 |
- name: POT-YOLO
|
15 |
results:
|
16 |
- task:
|
17 |
+
type: Object-Detection
|
18 |
+
name: Object Detection
|
19 |
dataset:
|
20 |
+
name: RDD2022_Customized
|
21 |
+
type: Object-Detection
|
22 |
split: test
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.62
|
27 |
+
library_name: tflite-support
|
28 |
pipeline_tag: object-detection
|
29 |
---
|
30 |
|