nehulagrawal
commited on
Commit
•
310919e
1
Parent(s):
a2152f4
Update README.md
Browse files
README.md
CHANGED
@@ -111,8 +111,6 @@ model.overrides['iou'] = 0.45 # NMS IoU threshold
|
|
111 |
model.overrides['agnostic_nms'] = False # NMS class-agnostic
|
112 |
model.overrides['max_det'] = 1000 # maximum number of detections per image
|
113 |
|
114 |
-
# initialize video capture
|
115 |
-
# Open the video file
|
116 |
# set image
|
117 |
image = '/path/to/your/document/images'
|
118 |
|
@@ -137,7 +135,7 @@ The training process involves extensive computation and is conducted over multip
|
|
137 |
|
138 |
#### Metrics
|
139 |
|
140 |
-
- [email protected] (box):
|
141 |
- All patterns: 0.90
|
142 |
- Individual patterns: Varies based on pattern type
|
143 |
|
|
|
111 |
model.overrides['agnostic_nms'] = False # NMS class-agnostic
|
112 |
model.overrides['max_det'] = 1000 # maximum number of detections per image
|
113 |
|
|
|
|
|
114 |
# set image
|
115 |
image = '/path/to/your/document/images'
|
116 |
|
|
|
135 |
|
136 |
#### Metrics
|
137 |
|
138 |
+
- [email protected] (box): 0.65
|
139 |
- All patterns: 0.90
|
140 |
- Individual patterns: Varies based on pattern type
|
141 |
|