From 78eb3a4f5b0a62afc8f85f2c78548a99a13151c7 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Tue, 15 Jun 2021 18:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/Caffe/Caffe_SSD_目标检测.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Software/Applications/Caffe/Caffe_SSD_目标检测.md b/Software/Applications/Caffe/Caffe_SSD_目标检测.md index 6ee6b09..6b7be9e 100644 --- a/Software/Applications/Caffe/Caffe_SSD_目标检测.md +++ b/Software/Applications/Caffe/Caffe_SSD_目标检测.md @@ -26,10 +26,11 @@ make test -j8 # (Optional) make runtest -j8 - cd caffe/python + cd python for req in $(cat requirements.txt); do pip install $req; done pip install -r requirements.txt - export PATHONPATH=$PATHONPATH:$CAFFE_ROOT/python/caffe + export PYTHONPATH=$PYTHONPATH:$CAFFE_ROOT/python/caffe + cd .. make pycaffe # 验证 pycaffe 接口 python