# table-detection-dataset **Repository Path**: sunjiayang/table-detection-dataset ## Basic Information - **Project Name**: table-detection-dataset - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-11 - **Last Updated**: 2021-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # table-detection-dataset This repository contains dataset for table detection in documents and images. It has more than 400 images with their labels containing the coordinates for the table in the picture. I has two csv files for separating them in train and validation dataset. The following is the example of the dataset. ![alt text](images/0151_180.png) The format of the CSV is as follows | filename | xmin | ymin | xmax | ymax| class | | ------------- |:-------------:|:------:|:------:|:-----:|:-------:| |0151_180.png | 270 |1653 |2280 |2580| table|