├── README.md ├── curves.png ├── prepare_quickdraw.py ├── quickdraw_bin_parser.py ├── sketchanet.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasayan05/sketchanet-quickdraw/HEAD/README.md -------------------------------------------------------------------------------- /curves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasayan05/sketchanet-quickdraw/HEAD/curves.png -------------------------------------------------------------------------------- /prepare_quickdraw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasayan05/sketchanet-quickdraw/HEAD/prepare_quickdraw.py -------------------------------------------------------------------------------- /quickdraw_bin_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasayan05/sketchanet-quickdraw/HEAD/quickdraw_bin_parser.py -------------------------------------------------------------------------------- /sketchanet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasayan05/sketchanet-quickdraw/HEAD/sketchanet.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasayan05/sketchanet-quickdraw/HEAD/train.py --------------------------------------------------------------------------------