0-ma commited on
Commit
cf35ab4
1 Parent(s): 47a0a79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 | 1 | 2 | 3 | 4 | 5 | 6 |
62
  |------------|--------|--------|----------|---------|-----------|-----------|
63
- | Shape | ![None](example/1_None.jpg "None")<br>None | ![Circle](example/2_Circle.jpg "Circle")<br>Circle | ![Triangle](example/3_Triangle.jpg "Triangle")<br>Triangle | ![Square](example/4_Square.jpg "Square")<br>Square | ![Pentagone](example/5_Pentagone.jpg "Pentagone")<br>Pentagone | ![Hexagone](example/6_Hexagone.jpg "Hexagone")<br>Hexagone |
 
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