Competition: image classification with 128 classes Link: https://www.kaggle.com/c/imaterialist-challenge-furniture-2018 Result: public leaderboard score 0.15026
- Download data from kaggle to
./data/
- Download images
python downloader.py
- Train model
python cnn_runner.py train
- Predict
python cnn_runner.py predict
- Generate submission
python submit.py
Next steps:
- add 12TTA: 0.14583
- add other model: 0.14244