arnabdhar commited on
Commit
35d1523
·
unverified ·
1 Parent(s): 5e36791

Updated README.md

Browse files
Files changed (2) hide show
  1. README.md +16 -4
  2. confgi.json +6 -0
README.md CHANGED
@@ -1,15 +1,27 @@
1
  ---
2
  license: apache-2.0
3
  tags:
 
4
  - ultralytics
5
  - yolov8
6
  - pytorch
7
- pipelline_tag: object-detection
 
8
  library_name: ultralytics
9
  library_version: 8.0.198
10
- metrics:
11
- - recall
12
- - precision
 
 
 
 
 
 
 
 
 
 
13
  ---
14
  # YOLOv8 model to detect import texts on an Aadhar Card
15
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - object-detection
5
  - ultralytics
6
  - yolov8
7
  - pytorch
8
+ - pickle
9
+ pipeline_tag: object-detection
10
  library_name: ultralytics
11
  library_version: 8.0.198
12
+ model-index:
13
+ - name: arnabdhar/YOLOv8-nano-aadhar-card
14
+ results:
15
+ - task:
16
+ type: object-detection
17
+ metrics:
18
+ - type: precision
19
+ value: 0.963
20
+ name: mAP@50
21
+ - type: precision
22
+ value: 0.748
23
+ name: map@50-95
24
+
25
  ---
26
  # YOLOv8 model to detect import texts on an Aadhar Card
27
 
confgi.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "input_size": 640,
3
+ "task": "object-detection",
4
+ "mAP@50": 0.963,
5
+ "mAp@50-95": 0.748
6
+ }