Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,9 @@ size_categories:
|
|
20 |
This is a dataset of handwritten texts images in Russian created by 200 writers with
|
21 |
different handwriting and photographed in different environment.
|
22 |
|
23 |
-
|
|
|
|
|
24 |
|
25 |
```
|
26 |
pip install huggingface_hub
|
@@ -28,7 +30,7 @@ apt-get install git-lfs
|
|
28 |
git clone https://huggingface.co/datasets/AntiplagiatCompany/HWR200
|
29 |
```
|
30 |
|
31 |
-
|
32 |
* Total size is 44G
|
33 |
* Total number of images with text is 30030
|
34 |
* Number of writers is 200
|
@@ -37,7 +39,7 @@ git clone https://huggingface.co/datasets/AntiplagiatCompany/HWR200
|
|
37 |
* Some texts are "reuses" . they have copies of sentences from other texts
|
38 |
|
39 |
|
40 |
-
|
41 |
```
|
42 |
// for original texts:
|
43 |
{
|
@@ -70,4 +72,18 @@ git clone https://huggingface.co/datasets/AntiplagiatCompany/HWR200
|
|
70 |
words_count: <word count>,
|
71 |
full_text: <full text>
|
72 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
```
|
|
|
20 |
This is a dataset of handwritten texts images in Russian created by 200 writers with
|
21 |
different handwriting and photographed in different environment.
|
22 |
|
23 |
+
# Data Usage
|
24 |
+
|
25 |
+
## How to download
|
26 |
|
27 |
```
|
28 |
pip install huggingface_hub
|
|
|
30 |
git clone https://huggingface.co/datasets/AntiplagiatCompany/HWR200
|
31 |
```
|
32 |
|
33 |
+
## Description
|
34 |
* Total size is 44G
|
35 |
* Total number of images with text is 30030
|
36 |
* Number of writers is 200
|
|
|
39 |
* Some texts are "reuses" . they have copies of sentences from other texts
|
40 |
|
41 |
|
42 |
+
## Annotation example
|
43 |
```
|
44 |
// for original texts:
|
45 |
{
|
|
|
72 |
words_count: <word count>,
|
73 |
full_text: <full text>
|
74 |
}
|
75 |
+
```
|
76 |
+
|
77 |
+
# Citation
|
78 |
+
|
79 |
+
If you use that results in your research, please cite our paper:
|
80 |
+
|
81 |
+
```bibtex
|
82 |
+
@article{Potyashin2023HWR200NO,
|
83 |
+
title={HWR200: New open access dataset of handwritten texts images in Russian},
|
84 |
+
author={Ivan Potyashin and Mariam Kaprielova and Yury Chekhovich and Alexandr Kildyakov and Temirlan Seil and Evgeny Finogeev and Andrey Grabovoy},
|
85 |
+
journal={COMPUTATIONAL LINGUISTICS AND INTELLECTUAL TECHNOLOGIES”},
|
86 |
+
year={2023},
|
87 |
+
url={https://api.semanticscholar.org/CorpusID:267505062}
|
88 |
+
}
|
89 |
```
|