nehulagrawal commited on
Commit
ac2ce06
1 Parent(s): a722cd6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +115 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+
6
+ ```markdown
7
+ # Dataset Card for Table Detection Dataset
8
+
9
+ ## Table of Contents
10
+ - [Dataset Description](#dataset-description)
11
+ - [Dataset Summary](#dataset-summary)
12
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
13
+ - [Languages](#languages)
14
+ - [Dataset Structure](#dataset-structure)
15
+ - [Data Instances](#data-instances)
16
+ - [Data Fields](#data-fields)
17
+ - [Data Splits](#data-splits)
18
+ - [Dataset Creation](#dataset-creation)
19
+ - [Curation Rationale](#curation-rationale)
20
+ - [Source Data](#source-data)
21
+ - [Annotations](#annotations)
22
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
23
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
24
+ - [Social Impact of Dataset](#social-impact-of-dataset)
25
+ - [Discussion of Biases](#discussion-of-biases)
26
+ - [Other Known Limitations](#other-known-limitations)
27
+ - [Additional Information](#additional-information)
28
+ - [Dataset Curators](#dataset-curators)
29
+ - [Licensing Information](#licensing-information)
30
+ - [Citation Information](#citation-information)
31
+ - [Contributions](#contributions)
32
+
33
+ ### Dataset Description
34
+
35
+ ### Dataset Summary
36
+
37
+ The Table Detection Dataset contains images of tables, categorized into 'bordered' and 'borderless' classes. The dataset is provided in YOLO format and aims to support research and development in table detection.
38
+
39
+ ### Supported Tasks and Leaderboards
40
+
41
+ The dataset is intended for the task of table detection, specifically distinguishing between tables with borders ('bordered') and tables without borders ('borderless').
42
+
43
+ ### Languages
44
+
45
+ The dataset primarily contains images with associated annotations in YOLO format.
46
+
47
+ ## Dataset Structure
48
+
49
+ ### Data Instances
50
+
51
+ The dataset includes various instances of images containing tables, each labeled with class annotations.
52
+
53
+ ### Data Fields
54
+
55
+ The data fields in each annotation include class label ('bordered' or 'borderless') along with bounding box coordinates.
56
+
57
+ ### Data Splits
58
+
59
+ The dataset is provided as a unified collection without predefined data splits.
60
+
61
+ ## Dataset Creation
62
+
63
+ ### Curation Rationale
64
+
65
+ The dataset was created to address the need for a comprehensive table detection dataset with a focus on border classification.
66
+
67
+ ### Source Data
68
+
69
+ #### Initial Data Collection and Normalization
70
+
71
+ The source data was collected and normalized to create a diverse collection of table images.
72
+
73
+ #### Who are the source language producers?
74
+
75
+ The dataset was curated by FODUU AI.
76
+
77
+ ### Annotations
78
+
79
+ #### Annotation process
80
+
81
+ Annotations were created using YOLO format, providing class labels and bounding box information.
82
+
83
+ #### Who are the annotators?
84
+
85
+ Annotations were carried out by experts at FODUU AI.
86
+
87
+ ### Personal and Sensitive Information
88
+
89
+ The dataset does not contain personal or sensitive information.
90
+
91
+ ## Considerations for Using the Data
92
+
93
+ ### Social Impact of Dataset
94
+
95
+ The dataset's usage can contribute to advancements in table detection technology, benefiting fields such as document analysis, data extraction, and more.
96
+
97
+ ### Discussion of Biases
98
+
99
+ No specific biases have been identified in the dataset.
100
+
101
+ ### Other Known Limitations
102
+
103
+ The dataset may have limitations in terms of the diversity of table designs and backgrounds.
104
+
105
+ ## Additional Information
106
+
107
+ ### Dataset Curators
108
+
109
+ Curated by FODUU AI.
110
+
111
+ ### Contributions
112
+
113
+ Thanks to [FODUU AI](https://www.foduu.com/) for providing this dataset.
114
+
115
+ ```