IAmTheHaider commited on
Commit
bb8d7e1
·
verified ·
1 Parent(s): 8238015

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -14,17 +14,17 @@ model-index:
14
  - name: POT-YOLO
15
  results:
16
  - task:
17
- type: image-classification
18
- name: Image Classification
19
  dataset:
20
- name: Your Dataset Name
21
- type: classification
22
  split: test
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.95
27
- library_name: keras
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