This project is for research in visual recognition to experiment for data gathering, cleaning, large-scale processing, and visual recognition.
- VS 2013
- CUDA 7.5
gitandgit-lfsfor Windows- Make sure that
C:\Program Files\Git\cmdis in the system path - If you haven't generated a ssh key pair (which is required to access private repositories), follow this guide: https://help.github.com/articles/generating-ssh-keys
git-lfsis required for for gitting binary files, e.g. model files andcaffe's 3rdparty library files. After installing Git LFS, make sure to rungit lfs initto setup the global Git hooks necessary for Git LFS to work.
Run the following line in Powershell
git clone --recursive git@github.com:MSRCCS/VisualRecognition.git ; git clone git@github.com:leizhangcn/wincaffe-3rdparty.git VisualRecognition/caffe/3rdparty
Then you should be able to build VisualRecognition.sln using Visual Studio.