Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kylesayrs/sketchcnn-ae


https://github.com/kylesayrs/sketchcnn-ae

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# SketchCNN AutoEncoder #
Train an autoencoder to encode partially drawn images from Google's [Quickdraw Dataset](https://quickdraw.withgoogle.com/data). This autoencoder can then be used to bootstrap downstream tasks such as image classification or stroke generation.


Example autoencoder output

## Usage ##
```bash
python3 download_bitmaps.py drawings
python3 train.py
```

## TODO ##
Implement data augmentations for strokes