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 | ![None](example/1_None.jpg "None") |
|
64 |
+
| 2 | Circle | ![Circle](example/2_Circle.jpg "Circle") |
|
65 |
+
| 3 | Triangle | ![Triangle](example/3_Triangle.jpg "Triangle") |
|
66 |
+
| 4 | Square | ![Square](example/4_Square.jpg "Square") |
|
67 |
+
| 5 | Pentagone | ![Pentagone](example/5_Pentagone.jpg "Pentagone") |
|
68 |
+
| 6 | Hexagone | ![Hexagone](example/6_Hexagone.jpg "Hexagone") |
|
69 |
|
70 |
|
71 |
### Data Instances
|