Skip to content

8th place solution to the Kaggle Quick, Draw! Doodle Recognition Competition

License

Notifications You must be signed in to change notification settings

alekseynp/kaggle-quickdraw

Repository files navigation

Kaggle: Quick, Draw! Doodle Recognition - 8th Place Solution

This is a stripped down repo of my 8th place solution in the 2018 Kaggle competition: Quick, Draw! Doodle Recognition. Blog post/paper pending. Rushed summary drafted upon competition closure here.

This repo does not contain training code. Managing the raw 50 million example training set was non-trivial. I assume that anyone getting value from this code will implement something of their own.

Setup

Weights for my best single model: sh download_weights.sh

Download kaggle data (requires cli setup): sh download_test_raw.sh

Requirements:

  • conda install --file requirements-conda.txt
  • pip install -r requirements-pip.txt

Run

python test.py

About

8th place solution to the Kaggle Quick, Draw! Doodle Recognition Competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published