From ba02f8a6f58ff17842c1743cab59d12d732d0502 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Wed, 16 Jun 2021 09:14:09 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Applications/Caffe/Caffe_SSD_目标检测.md b/Software/Applications/Caffe/Caffe_SSD_目标检测.md index 6b7be9e..2287f8e 100644 --- a/Software/Applications/Caffe/Caffe_SSD_目标检测.md +++ b/Software/Applications/Caffe/Caffe_SSD_目标检测.md @@ -29,7 +29,7 @@ cd python for req in $(cat requirements.txt); do pip install $req; done pip install -r requirements.txt - export PYTHONPATH=$PYTHONPATH:$CAFFE_ROOT/python/caffe + export PYTHONPATH=$PYTHONPATH:$CAFFE_ROOT/python cd .. make pycaffe # 验证 pycaffe 接口