Object Detection
ultralytics
TensorBoard
PyTorch
English
v8
ultralyticsplus
yolov8
yolo
vision
table detection
table extraction
table classification
document analysis
unstructured document
unstructured table extraction
structured table extraction
unstructured table detection
structured table detection
Eval Results
Commit
·
b4af3f7
1
Parent(s):
21ff66c
Update README.md
Browse files
README.md
CHANGED
@@ -115,7 +115,7 @@ model.overrides['agnostic_nms'] = False # NMS class-agnostic
|
|
115 |
model.overrides['max_det'] = 1000 # maximum number of detections per image
|
116 |
|
117 |
# set image
|
118 |
-
image = '
|
119 |
|
120 |
# perform inference
|
121 |
results = model.predict(image)
|
|
|
115 |
model.overrides['max_det'] = 1000 # maximum number of detections per image
|
116 |
|
117 |
# set image
|
118 |
+
image = '/path/to/your/document/images'
|
119 |
|
120 |
# perform inference
|
121 |
results = model.predict(image)
|