File size: 4,341 Bytes
f635e3d
 
 
 
 
 
 
 
 
 
 
 
e62c7e5
 
 
 
 
 
 
16ea744
 
8d39ef3
 
16ea744
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e62c7e5
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
---
license: gpl-3.0
task_categories:
- object-detection
language:
- ta
- gu
- ml
- te
- kn
- hi
pretty_name: TEXTRON_INDIC_DATASETS
tags:
- Text Detection
- Indic
- Handwritten
- Printed
size_categories:
- 1K<n<10K
---

This dataset is intended for **testing** purposes only. It contains a set of test data to evaluate the performance of models. It does not include training or validation data.

 # TEXTRON Paper Release Dataset (WACV 2024)

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.

## Table of Contents
- [Introduction](#introduction)
- [Dataset Overview](#dataset-overview)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [File Formats](#file-formats)
- [Citation](#citation)
- [License](#license)
- [Contact](#contact)

## Introduction

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.

## Dataset Overview

- **Dataset Name:** TEXTRON Paper Release Dataset (WACV 2024)
- **Conference:** WACV 2024
- **Text Types:** Handwritten and Printed
- ***Handwritten Languages:*** Devanagari, Kannada, Telugu
- ***Printed Languages:*** Gujarati, Malayalam, Tamil

## Dataset Details

The dataset comprises text samples from three different languages for each Printed and Handwriten text types:


| Language   | Handwritten Images |
|------------|--------------------|
| Devanagari | 220                |
| Telugu     | 85                 |
| Kannada    | 46                 |


| Language   | Printed Images |
|------------|--------------------|
| Gujarati   | 323                |
| Malayalam  | 225                |
| Tamil      | 225                |





## Dataset Structure

The dataset is organized into the following directory structure:

```
TEXTRON_Paper_Release_Dataset_WACV_2024/
|
β”œβ”€β”€ Handwritten
β”‚   β”œβ”€β”€ PhDIndic11_Devanagari
β”‚   β”‚   β”œβ”€β”€ images
β”‚   β”‚   └── txt
β”‚   β”œβ”€β”€ PhDIndic11_Kannada
β”‚   β”‚   β”œβ”€β”€ images
β”‚   β”‚   └── txt
β”‚   └── PhDIndic11_Telugu
β”‚       β”œβ”€β”€ images
β”‚       └── txt
β”œβ”€β”€ Printed
β”‚   β”œβ”€β”€ Gujarati
β”‚   β”‚   β”œβ”€β”€ images
β”‚   β”‚   └── txt
β”‚   β”œβ”€β”€ Malayalam
β”‚   β”‚   β”œβ”€β”€ images
β”‚   β”‚   └── txt
β”‚   └── Tamil
β”‚       β”œβ”€β”€ images
β”‚       └── txt
└── README.md
```

- **Images:** This directory contains the raw images of handwritten and printed text samples in each language.
- **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

## File Formats

- **Image Files:** Images are provided in the format of JPG.
- **Annotation Files:** Annotations are provided in TXT format detailing the bounding boxes and corresponding text content.

## Citation

If you use this dataset in your research work, please cite the following paper:

```
@InProceedings{TEXTRON,
    author    = {Dhruv Kudale and Badri Vishal Kasuba and Venkatapathy Subramanian and Parag Chaudhuri and Ganesh Ramakrishnan},
    title     = {TEXTRON: Weakly Supervised Multilingual Text Detection Through Data Programming},
    booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
    month     = {January},
    year      = {2024},
    pages     = {2871-2880},
    url       = {https://arxiv.org/abs/2402.09811}
}
```

## License

The TEXTRON Paper Release Dataset is released under [GNU]. Please refer to the LICENSE file in this repository for more details.

## Contact

For any inquiries or issues regarding the dataset, please contact:


Name: Ganesh Ramakrishnan\
Mail: [email protected]\
Affl: IIT Bombay

Thank you for using the TEXTRON Paper Release Dataset! We hope this resource proves valuable in your research endeavors.