driesverachtert commited on
Commit
a38f1b2
1 Parent(s): 6d02bfe

Upload README.md with huggingface_hub

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