This project is based on two papers:
- Multi-column Deep Neural Networks for Image Classification
- Multi-organ plant identification with multi-column deep convolutional neural networks
The description of the dataset is in here.
tfRecord_writer.py: pre-process images, read and write images to TFRecord format.
mcdnn_alexnet.py: concentrate to the multi-column deep flow.