Update README.md
Browse files
README.md
CHANGED
|
@@ -23,4 +23,23 @@ configs:
|
|
| 23 |
path: data/train-*
|
| 24 |
- split: validation
|
| 25 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
path: data/train-*
|
| 24 |
- split: validation
|
| 25 |
path: data/validation-*
|
| 26 |
+
task_categories:
|
| 27 |
+
- image-to-text
|
| 28 |
+
- visual-question-answering
|
| 29 |
+
language:
|
| 30 |
+
- dv
|
| 31 |
+
tags:
|
| 32 |
+
- thaana
|
| 33 |
+
- dhivehi
|
| 34 |
+
- ocr
|
| 35 |
+
pretty_name: ocr_thaa
|
| 36 |
+
license: apache-2.0
|
| 37 |
---
|
| 38 |
+
|
| 39 |
+
# Dhivehi Single-Line Text-Image Dataset
|
| 40 |
+
|
| 41 |
+
A collection of synthetic Dhivehi text images for training and evaluating text-image / vision models etc.
|
| 42 |
+
|
| 43 |
+
Each image contains a single line of Dhivehi text with various visual styles and augmentations (Check the config field for more info on the row).
|
| 44 |
+
|
| 45 |
+
***Note: This dataset is a subset from alakxender/dhivehi-vrd-images.***
|