GithubHelp home page GithubHelp logo

circle-zigzag-dataset's Introduction

Circle ZigZag dataset

This repository has a very tiny image dataset of hand drawing of Circle and ZigZag. In addition, it has datasets including more classes like 5 and 41 classes.

  • Number of classes is 2. (and 5, 41.)
  • Image size is 28x28.
  • 6000 images for each classes.

You can download dataset as follows.

$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/2/train.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/2/test.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/2/answer.csv

train.zip is dataset for training. test.zip is dataset for testing. answer.csv is answers of testing.

If you would like to get class list from training images, you can get them as follows.

images = os.listdir("./train")
class_list = sorted(list(set([f.split("_")[0] for f in images])))

2 classes dataset

  • Classes: circle and zigzag
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/2/train.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/2/test.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/2/answer.csv

example:

class - -
circle circle_4 circle_467
zigzag zigzag_5550 zigzag_5557

5 classes dataset

  • 5 class images related with face
    • face, ear, eye, mouth and nose.
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/5/train.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/5/test.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/5/answer.csv

example:

class - -
ear ear_1 ear_2
eye eye_1 eye_2
face face_1 face_2
mouth mouth_1 mouth_2
nose nose_1 nose_2

41 classes dataset

  • Classes whose name starts with "A" or "B".
    • airplane, ambulance, angel, ant, anvil, apple, arm, asparagus, axe, backpack, bandage, barn, bat, bathtub, beach, bear, beard, bed, bee, belt, bench, bicycle, binoculars, bird, blackberry, blueberry, book, boomerang, bottlecap, bowtie, bracelet, brain, bread, bridge, broccoli, broom, bucket, bulldozer, bus, bush, butterfly
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/41/train.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/41/test.zip
$ wget -q https://github.com/ikeyasu/circle-zigzag-dataset/releases/download/41/answer.csv

example:

class - -
airplane airplane_1 airplane_2
ambulance ambulance_1 ambulance_2
angel angel_1 angel_2
ant ant_1 ant_2
anvil anvil_1 anvil_2
apple apple_1 apple_2
arm arm_1 arm_2
asparagus asparagus_1 asparagus_2
axe axe_1 axe_2
backpack backpack_1 backpack_2
bandage bandage_1 bandage_2
barn barn_1 barn_2
bat bat_1 bat_2
bathtub bathtub_1 bathtub_2
beach beach_1 beach_2
bear bear_1 bear_2
beard beard_1 beard_2
bed bed_1 bed_2
bee bee_1 bee_2
belt belt_1 belt_2
bench bench_1 bench_2
bicycle bicycle_1 bicycle_2
binoculars binoculars_1 binoculars_2
bird bird_1 bird_2
blackberry blackberry_1 blackberry_2
blueberry blueberry_1 blueberry_2
book book_1 book_2
boomerang boomerang_1 boomerang_2
bottlecap bottlecap_1 bottlecap_2
bowtie bowtie_1 bowtie_2
bracelet bracelet_1 bracelet_2
brain brain_1 brain_2
bread bread_1 bread_2
bridge bridge_1 bridge_2
broccoli broccoli_1 broccoli_2
broom broom_1 broom_2
bucket bucket_1 bucket_2
bulldozer bulldozer_1 bulldozer_2
bus bus_1 bus_2
bush bush_1 bush_2
butterfly butterfly_1 butterfly_2

License

The Quick, Draw! Dataset

https://github.com/googlecreativelab/quickdraw-dataset/blob/master/LICENSE

This data made available by Google, Inc. under the Creative Commons Attribution 4.0 International license.
https://creativecommons.org/licenses/by/4.0/

convert.py

https://github.com/C-Aniruddh/RapidDraw#license

Copyright 2017 Aniruddh Chandratre

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

circle-zigzag-dataset's People

Contributors

ikeyasu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dv66

circle-zigzag-dataset's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.