0-ma commited on
Commit
7a56577
1 Parent(s): cf35ab4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
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 | 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
 
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