Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ size_categories:
|
|
18 |
|
19 |
# Digital Signatures Dataset
|
20 |
|
21 |
-
This dataset contains digital signatures rendered in different fonts:
|
22 |
-
- 4,000 signatures in Rage font
|
23 |
![Rage font sample](https://huggingface.co/datasets/Benjy/digital_signatures/resolve/main/rage/0000.jpg)
|
24 |
-
- 4,000 signatures in Mistral font
|
25 |
![Mistral font sample](https://huggingface.co/datasets/Benjy/digital_signatures/resolve/main/mistral/0000.jpg)
|
26 |
-
- 2,000 signatures in Arial Unicode font
|
27 |
![Arial Unicode font sample](https://huggingface.co/datasets/Benjy/digital_signatures/resolve/main/arial/0000.jpg)
|
28 |
|
29 |
|
@@ -34,9 +34,9 @@ For the development of models that can detect digital signatures in documentatio
|
|
34 |
## Structure
|
35 |
|
36 |
The dataset is organized into three folders:
|
37 |
-
- `rage/` - Contains signatures rendered in Rage font
|
38 |
-
- `mistral/` - Contains signatures rendered in Mistral font
|
39 |
-
- `arial_unicode/` - Contains signatures rendered in Arial Unicode font
|
40 |
|
41 |
Each image follows the naming convention: `{font_name}_{index:04d}.jpg`
|
42 |
Examples:
|
|
|
18 |
|
19 |
# Digital Signatures Dataset
|
20 |
|
21 |
+
This dataset contains unique synthetic digital signatures rendered in different fonts:
|
22 |
+
- 4,000 synthetic signatures in Rage font
|
23 |
![Rage font sample](https://huggingface.co/datasets/Benjy/digital_signatures/resolve/main/rage/0000.jpg)
|
24 |
+
- 4,000 synthetic signatures in Mistral font
|
25 |
![Mistral font sample](https://huggingface.co/datasets/Benjy/digital_signatures/resolve/main/mistral/0000.jpg)
|
26 |
+
- 2,000 synthetic signatures in Arial Unicode font
|
27 |
![Arial Unicode font sample](https://huggingface.co/datasets/Benjy/digital_signatures/resolve/main/arial/0000.jpg)
|
28 |
|
29 |
|
|
|
34 |
## Structure
|
35 |
|
36 |
The dataset is organized into three folders:
|
37 |
+
- `rage/` - Contains synthetic signatures rendered in Rage font
|
38 |
+
- `mistral/` - Contains synthetic signatures rendered in Mistral font
|
39 |
+
- `arial_unicode/` - Contains synthetic signatures rendered in Arial Unicode font
|
40 |
|
41 |
Each image follows the naming convention: `{font_name}_{index:04d}.jpg`
|
42 |
Examples:
|