Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -50,8 +50,6 @@ size_categories:
|
|
50 |
|
51 |
## Dataset Description
|
52 |
|
53 |
-
- **Repository:** https://huggingface.co/datasets/0-ma/geometric-shapes
|
54 |
-
|
55 |
### Dataset Summary
|
56 |
|
57 |
The Geometric Shapes Dataset is a synthetic dataset containing images of various geometric shapes with superimposed random text. Each image features a polygon (or just text) on a randomly colored background, with a short string of random characters partially obscuring the shape. This dataset is designed for tasks such as shape classification, image recognition, and robustness testing of computer vision models.
|
@@ -60,6 +58,11 @@ The Geometric Shapes Dataset is a synthetic dataset containing images of various
|
|
60 |
|
61 |
- **Image Classification**: The primary task for this dataset is multi-class image classification, where the goal is to identify the type of shape (or lack thereof) in each image.
|
62 |
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
### Data Instances
|
65 |
|
|
|
50 |
|
51 |
## Dataset Description
|
52 |
|
|
|
|
|
53 |
### Dataset Summary
|
54 |
|
55 |
The Geometric Shapes Dataset is a synthetic dataset containing images of various geometric shapes with superimposed random text. Each image features a polygon (or just text) on a randomly colored background, with a short string of random characters partially obscuring the shape. This dataset is designed for tasks such as shape classification, image recognition, and robustness testing of computer vision models.
|
|
|
58 |
|
59 |
- **Image Classification**: The primary task for this dataset is multi-class image classification, where the goal is to identify the type of shape (or lack thereof) in each image.
|
60 |
|
61 |
+
Label | 1 | 2 | 3 | 4 | 5 | 6
|
62 |
+
--- | --- | --- | --- |--- |--- |---
|
63 |
+
Shape Name | None | Circle | Triangle | Square | Pentagone | Hexagone
|
64 |
+
Image |  |  |  |  |  | 
|
65 |
+
|
66 |
|
67 |
### Data Instances
|
68 |
|