badrivishalk commited on
Commit
16ea744
·
verified ·
1 Parent(s): 0fb5002

Update README

Browse files
Files changed (1) hide show
  1. README.md +118 -1
README.md CHANGED
@@ -10,4 +10,121 @@ language:
10
  - kn
11
  - hi
12
  pretty_name: TEXTRON_INDIC_DATASETS
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - kn
11
  - hi
12
  pretty_name: TEXTRON_INDIC_DATASETS
13
+ ---
14
+
15
+ # TEXTRON Paper Release Dataset (WACV 2024)
16
+
17
+ Welcome to the TEXTRON Paper Release Dataset for the WACV 2024 conference! This dataset contains handwritten and printed text detection datasets in three different languages. This README provides essential information on the dataset structure, contents, and how to use the data effectively for your research purposes.
18
+
19
+ ## Table of Contents
20
+ - [Introduction](#introduction)
21
+ - [Dataset Overview](#dataset-overview)
22
+ - [Languages](#languages)
23
+ - [Dataset Structure](#dataset-structure)
24
+ - [File Formats](#file-formats)
25
+ - [Citation](#citation)
26
+ - [License](#license)
27
+ - [Contact](#contact)
28
+
29
+ ## Introduction
30
+
31
+ The TEXTRON Paper Release Dataset is a collection of handwritten and printed text detection datasets curated specifically for the WACV 2024 conference. This dataset aims to support research and development in the field of text detection across various languages and text types.
32
+
33
+ ## Dataset Overview
34
+
35
+ - **Dataset Name:** TEXTRON Paper Release Dataset (WACV 2024)
36
+ - **Conference:** WACV 2024
37
+ - **Text Types:** Handwritten and Printed
38
+ - ***Handwritten Languages:*** Devanagari, Kannada, Telugu
39
+ - ***Printed Languages:*** Gujarati, Malayalam, Tamil
40
+
41
+ ## Dataset Details
42
+
43
+ The dataset comprises text samples from three different languages for each Printed and Handwriten text types:
44
+
45
+
46
+ | Language | Handwritten Images |
47
+ |------------|--------------------|
48
+ | Devanagari | 220 |
49
+ | Telugu | 85 |
50
+ | Kannada | 46 |
51
+
52
+
53
+ | Language | Printed Images |
54
+ |------------|--------------------|
55
+ | Gujarati | 323 |
56
+ | Malayalam | 225 |
57
+ | Tamil | 225 |
58
+
59
+
60
+
61
+
62
+
63
+ ## Dataset Structure
64
+
65
+ The dataset is organized into the following directory structure:
66
+
67
+ ```
68
+ TEXTRON_Paper_Release_Dataset_WACV_2024/
69
+ |
70
+ ├── Handwritten
71
+ │ ├── PhDIndic11_Devanagari
72
+ │ │ ├── images
73
+ │ │ └── txt
74
+ │ ├── PhDIndic11_Kannada
75
+ │ │ ├── images
76
+ │ │ └── txt
77
+ │ └── PhDIndic11_Telugu
78
+ │ ├── images
79
+ │ └── txt
80
+ ├── Printed
81
+ │ ├── Gujarati
82
+ │ │ ├── images
83
+ │ │ └── txt
84
+ │ ├── Malayalam
85
+ │ │ ├── images
86
+ │ │ └── txt
87
+ │ └── Tamil
88
+ │ ├── images
89
+ │ └── txt
90
+ └── README.md
91
+ ```
92
+
93
+ - **Images:** This directory contains the raw images of handwritten and printed text samples in each language.
94
+ - **Annotations:** This directory contains annotation files corresponding to the images, providing information about the location of word level bounding boxes. All the files contain ***text*** class describing class of annotation
95
+
96
+ ## File Formats
97
+
98
+ - **Image Files:** Images are provided in the format of JPG.
99
+ - **Annotation Files:** Annotations are provided in TXT format detailing the bounding boxes and corresponding text content.
100
+
101
+ ## Citation
102
+
103
+ If you use this dataset in your research work, please cite the following paper:
104
+
105
+ ```
106
+ @InProceedings{TEXTRON,
107
+ author = {Dhruv Kudale and Badri Vishal Kasuba and Venkatapathy Subramanian and Parag Chaudhuri and Ganesh Ramakrishnan},
108
+ title = {TEXTRON: Weakly Supervised Multilingual Text Detection Through Data Programming},
109
+ booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
110
+ month = {January},
111
+ year = {2024},
112
+ pages = {2871-2880},
113
+ url = {https://arxiv.org/abs/2402.09811}
114
+ }
115
+ ```
116
+
117
+ ## License
118
+
119
+ The TEXTRON Paper Release Dataset is released under [GNU]. Please refer to the LICENSE file in this repository for more details.
120
+
121
+ ## Contact
122
+
123
+ For any inquiries or issues regarding the dataset, please contact:
124
+
125
+
126
+ Name: Ganesh Ramakrishnan\
127
128
+ Affl: IIT Bombay
129
+
130
+ Thank you for using the TEXTRON Paper Release Dataset! We hope this resource proves valuable in your research endeavors.