MIT 6.819 Mini Places Challenge by Maryam Archie and Sandeep Silwal.
-
To run these scripts, you first need to download the image data. Be warned - it is going to take a long time to download.
-
Edit the data paths in
augment_images.pyandvgg16.py. -
Download and Python 3 (if you don't already - preferably from Anaconda)
-
Install the following dependencies:
pip install tensorflow
pip install tensorflow-gpu
pip install scipy
pip install pillow
- It is strongly recommended that you use a GPU when running
vgg16.py.
With augment_images.py, you can:
- Increase the dataset from 100,000 to 400,000 images with label-preserving transformations
- Update
data\train.txtwith the new images - Calculate the new mean of the data set
For your convenience, this has already been done and is available in the mini-places-data repository. In addition, the data mean in vgg16.py has been updated to reflect this.
- Original Databases: Places2 Database, Places1 Database
- Mini Places Challege