Course Project for CS771: Machine Learning
Use the following lines of code to download the SumMe dataset into the data folder. Refer to Michael Gygli's page.
chmod +x ./run_this.sh
./run_this.sh
Following is the list of dependencies: imageio, numpy, matplotlib, opencv3, scikit-learn.
sudo pip install imageio
The same goes for numpy, matplotlib, tensorflow, scikit-learn. For opencv on Mac OSX,
brew tap homebrew/science && brew install --HEAD opencv3 --with-contrib --with-ffmpeg
brew install webp
The second command fixes an issue with importing opencv on Mac OSX.