进入caffe/python路径下,或者将python路径添加到环境变量,输入:
python
import caffe
import sys
caffe_root='/home/program/caffe'
sys.path.insert(0, caffe_root + '/python')
进入caffe/python路径下,或者将python路径添加到环境变量,输入:
python
import caffe
import sys
caffe_root='/home/program/caffe'
sys.path.insert(0, caffe_root + '/python')