IAmTheHaider
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
---
|
2 |
-
language:
|
|
|
3 |
tags:
|
4 |
- tflite
|
5 |
- deep-learning
|
6 |
- mobile
|
7 |
license: apache-2.0
|
8 |
datasets:
|
9 |
-
-
|
10 |
metrics:
|
11 |
-
-
|
12 |
-
|
13 |
model-index:
|
14 |
- name: POT-YOLO
|
15 |
results:
|
@@ -21,9 +21,11 @@ model-index:
|
|
21 |
type: classification
|
22 |
split: test
|
23 |
metrics:
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Your Model Name
|
@@ -65,4 +67,4 @@ interpreter.set_tensor(input_details[0]['index'], input_data)
|
|
65 |
interpreter.invoke()
|
66 |
|
67 |
# Get the result
|
68 |
-
output_data = interpreter.get_tensor(output_details[0]['index'])
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
- tflite
|
6 |
- deep-learning
|
7 |
- mobile
|
8 |
license: apache-2.0
|
9 |
datasets:
|
10 |
+
- RDD2022
|
11 |
metrics:
|
12 |
+
- precision
|
|
|
13 |
model-index:
|
14 |
- name: POT-YOLO
|
15 |
results:
|
|
|
21 |
type: classification
|
22 |
split: test
|
23 |
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.95
|
27 |
+
library_name: tf-keras
|
28 |
+
pipeline_tag: object-detection
|
29 |
---
|
30 |
|
31 |
# Your Model Name
|
|
|
67 |
interpreter.invoke()
|
68 |
|
69 |
# Get the result
|
70 |
+
output_data = interpreter.get_tensor(output_details[0]['index'])
|