Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -58,10 +58,14 @@ The Geometric Shapes Dataset is a synthetic dataset containing images of various
|
|
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
|
62 |
-
|
63 |
-
|
|
64 |
-
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Data Instances
|
|
|
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 | Shape Name | Image |
|
62 |
+
|:--------------:|:------------:|:--------------------------------------------------------------:|
|
63 |
+
| 1 | None |  |
|
64 |
+
| 2 | Circle |  |
|
65 |
+
| 3 | Triangle |  |
|
66 |
+
| 4 | Square |  |
|
67 |
+
| 5 | Pentagone |  |
|
68 |
+
| 6 | Hexagone |  |
|
69 |
|
70 |
|
71 |
### Data Instances
|