0-ma commited on
Commit
b932401
1 Parent(s): 075343d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -50,8 +50,6 @@ size_categories:
50
 
51
  ## Dataset Description
52
 
53
- - **Repository:** https://huggingface.co/datasets/0-ma/geometric-shapes
54
-
55
  ### Dataset Summary
56
 
57
  The Geometric Shapes Dataset is a synthetic dataset containing images of various geometric shapes with superimposed random text. Each image features a polygon (or just text) on a randomly colored background, with a short string of random characters partially obscuring the shape. This dataset is designed for tasks such as shape classification, image recognition, and robustness testing of computer vision models.
@@ -60,6 +58,11 @@ The Geometric Shapes Dataset is a synthetic dataset containing images of various
60
 
61
  - **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.
62
 
 
 
 
 
 
63
 
64
  ### Data Instances
65
 
 
50
 
51
  ## Dataset Description
52
 
 
 
53
  ### Dataset Summary
54
 
55
  The Geometric Shapes Dataset is a synthetic dataset containing images of various geometric shapes with superimposed random text. Each image features a polygon (or just text) on a randomly colored background, with a short string of random characters partially obscuring the shape. This dataset is designed for tasks such as shape classification, image recognition, and robustness testing of computer vision models.
 
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 Name | None | Circle | Triangle | Square | Pentagone | Hexagone
64
+ Image | ![None](example/1_None.jpg "None") | ![Circle](example/2_Circle.jpg "Circle") | ![Triangle](example/3_Triangle.jpg "Triangle") | ![Square](example/4_Square.jpg "Square") | ![Pentagone](example/5_Pentagone.jpg "Pentagone") | ![Hexagone](example/6_Hexagone.jpg "Hexagone")
65
+
66
 
67
  ### Data Instances
68