dasayan05 / sketchanet-quickdraw

Implements Sketch-a-Net in PyTorch and trains it with QuickDraw raster images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTroch implementation of Sketch-a-Net

This repository implements the Sketch-A-Net (Paper: https://arxiv.org/abs/1501.07873) in PyTorch but uses the QuickDraw dataset (https://github.com/googlecreativelab/quickdraw-dataset) to train it.

  1. Download the binary version of the dataset and prepare (prepare_quickdraw.py) it by rasterizing them
  2. Train it with train.py

Read the description of the argparse to know more about the options

Here is the result

curves

About

Implements Sketch-a-Net in PyTorch and trains it with QuickDraw raster images


Languages

Language:Python 100.0%