abdullahmeda
commited on
Commit
•
c725f98
1
Parent(s):
c197a98
updating readme
Browse files
README.md
CHANGED
@@ -12,4 +12,28 @@ tags:
|
|
12 |
- Object Detection
|
13 |
- Table Detection
|
14 |
pretty_name: TableDetectionNet
|
15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- Object Detection
|
13 |
- Table Detection
|
14 |
pretty_name: TableDetectionNet
|
15 |
+
---
|
16 |
+
|
17 |
+
# Table Detection in Document Images using YOLOv8
|
18 |
+
|
19 |
+
The Table Detection YOLO dataset is a collection of document images annotated with table bounding boxes suitable for \
|
20 |
+
training object detection models, specifically using the YOLOv8 (You Only Look Once) architecture. The dataset is intended \
|
21 |
+
for developing and evaluating table detection algorithms within the field of document analysis and recognition. The \
|
22 |
+
annotations define the locations of tables within a variety of document images, which can range from scanned documents to \
|
23 |
+
digital PDFs.
|
24 |
+
|
25 |
+
### Dataset Labels
|
26 |
+
|
27 |
+
```json
|
28 |
+
['table']
|
29 |
+
```
|
30 |
+
|
31 |
+
|
32 |
+
### Number of Images
|
33 |
+
|
34 |
+
```json
|
35 |
+
{"train": 815, "valid": 152, "test": 52}
|
36 |
+
```
|
37 |
+
|
38 |
+
### Getting Started
|
39 |
+
|