File size: 896 Bytes
c83e916
 
 
c197a98
 
 
 
 
 
 
 
 
 
 
c725f98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
size_categories:
- 1K<n<10K
task_categories:
- object-detection
language:
- en
tags:
- Table
- Unstructured Document
- YOLOv8
- Object Detection
- Table Detection
pretty_name: TableDetectionNet
---

# Table Detection in Document Images using YOLOv8

The Table Detection YOLO dataset is a collection of document images annotated with table bounding boxes suitable for \
training object detection models, specifically using the YOLOv8 (You Only Look Once) architecture. The dataset is intended \
for developing and evaluating table detection algorithms within the field of document analysis and recognition. The \
annotations define the locations of tables within a variety of document images, which can range from scanned documents to \
digital PDFs.

### Dataset Labels

```json
['table']
```


### Number of Images

```json
{"train": 815, "valid": 152, "test": 52}
```

### Getting Started