The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('imagefolder', {}), NamedSplit('validation'): ('imagefolder', {}), NamedSplit('test'): ('text', {})}
Error code:   FileFormatMismatchBetweenSplitsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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

['table']

Number of Images

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

Getting Started

Downloads last month
0