Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -58,9 +58,10 @@ 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 |
### 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 | 1 | 2 | 3 | 4 | 5 | 6 |
|
62 |
|------------|--------|--------|----------|---------|-----------|-----------|
|
63 |
+
| | None | Circle | Triangle | Square | Pentagone | Hexagone |
|
64 |
+
| | <img src="example/1_None.jpg" alt="None" width="100"/> | <img src="example/2_Circle.jpg" alt="Circle" width="100"/> | <img src="example/3_Triangle.jpg" alt="Triangle" width="100"/> | <img src="example/4_Square.jpg" alt="Square" width="100"/> | <img src="example/5_Pentagone.jpg" alt="Pentagone" width="100"/> | <img src="example/6_Hexagone.jpg" alt="Hexagone" width="100"/> |
|
65 |
|
66 |
|
67 |
### Data Instances
|