driesverachtert
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -63,11 +63,11 @@ All images have the same size. Each image has exactly 1 square, 1 circle and 1 t
|
|
63 |
|
64 |
The dataset has exactly the same structure as the https://huggingface.co/datasets/cppe-5 dataset, but fine-tuning some model to this dataset with basic geometric shapes should require considerable less training compared to the cppe-5 dataset. Once you have tested your fine-tuning code on this dataset, it should also work on more complicated datasets such as the cppe-5 dataset.
|
65 |
|
66 |
-
![](https://github.com/DriesVerachtert/
|
67 |
|
68 |
## Links
|
69 |
|
70 |
-
The Python code to generate the images can be found at https://github.com/DriesVerachtert/
|
71 |
The dataset can be downloaded from https://huggingface.co/datasets/driesverachtert/basic_shapes_object_detection
|
72 |
|
73 |
## Structure
|
|
|
63 |
|
64 |
The dataset has exactly the same structure as the https://huggingface.co/datasets/cppe-5 dataset, but fine-tuning some model to this dataset with basic geometric shapes should require considerable less training compared to the cppe-5 dataset. Once you have tested your fine-tuning code on this dataset, it should also work on more complicated datasets such as the cppe-5 dataset.
|
65 |
|
66 |
+
![](https://github.com/DriesVerachtert/basic_shapes_object_detection_dataset/blob/main/examples.png)
|
67 |
|
68 |
## Links
|
69 |
|
70 |
+
The Python code to generate the images can be found at https://github.com/DriesVerachtert/basic_shapes_object_detection_dataset
|
71 |
The dataset can be downloaded from https://huggingface.co/datasets/driesverachtert/basic_shapes_object_detection
|
72 |
|
73 |
## Structure
|