├── README.md ├── samples ├── circle_blue0.png ├── circle_green372.png ├── circle_red488.png ├── readme.txt ├── rectangle_blue2.png ├── rectangle_green176.png ├── rectangle_red461.png ├── triangle_blue0.png ├── triangle_green14.png └── triangle_red100.png ├── shapes.png ├── shapes.zip └── statesimages.png /README.md: -------------------------------------------------------------------------------- 1 | # MultiColor-Shapes-Database 2 | 3 | ### A small database for beginners to test and get understanding of different machine learning tasks like : 4 | 5 | - Classification 6 | - Image reconstruction using autoencoders 7 | - Generating embedding/ features for a particular feature like color and shape 8 | 9 | ## Description 10 | 11 | - The zip file contains 3 different folders - circle, rectangle,and triangle. 12 | - Each shape exists in 3 different colors- red, blue, and green. 13 | - In each folder, there are 1500 shapes: 500 blue, 500 red, and 500 green. 14 | 15 | 16 | wallpaper 17 |
18 | -------------------------------------------------------------------------------- /samples/circle_blue0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/circle_blue0.png -------------------------------------------------------------------------------- /samples/circle_green372.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/circle_green372.png -------------------------------------------------------------------------------- /samples/circle_red488.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/circle_red488.png -------------------------------------------------------------------------------- /samples/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /samples/rectangle_blue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/rectangle_blue2.png -------------------------------------------------------------------------------- /samples/rectangle_green176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/rectangle_green176.png -------------------------------------------------------------------------------- /samples/rectangle_red461.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/rectangle_red461.png -------------------------------------------------------------------------------- /samples/triangle_blue0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/triangle_blue0.png -------------------------------------------------------------------------------- /samples/triangle_green14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/triangle_green14.png -------------------------------------------------------------------------------- /samples/triangle_red100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/samples/triangle_red100.png -------------------------------------------------------------------------------- /shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/shapes.png -------------------------------------------------------------------------------- /shapes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/shapes.zip -------------------------------------------------------------------------------- /statesimages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdityaDutt/MultiColor-Shapes-Database/4ac0c56a944bbd88dc68807dba6ab3ed669292a0/statesimages.png --------------------------------------------------------------------------------