This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Description
When I ran classifyVGG.py I go t the error saying no module named caffe
I am currently using anaconda and I have installed caffe in anaconda I have also performed make all
make runtest
According to me error is in pythonpath but using anaconda can we change pythonpath because by default it is using anaconda python.So should I install caffe outside anaconda and run this project in that folder.