This project is inspired by Tensorflow's tutorial on Transfer learning and is applied to Picnic's dataset
- Download and unzip the data from devpost
- Run following script to re-arrange training data
python main.py
- Training Model
python retrain.py --image_dir data
To train with different parameters
python retrain.py -h
To augment data, please check augment.py which uses Augmenter
- Label Test data
python label_image.py