From b4098c6908120e3547ae5764a499e06b237d23d7 Mon Sep 17 00:00:00 2001 From: csukuangfj <5284924+csukuangfj@users.noreply.github.com> Date: Tue, 24 Jul 2018 02:29:14 +0000 Subject: [PATCH] fix a typo. --- Scripts/compute_bn_statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/compute_bn_statistics.py b/Scripts/compute_bn_statistics.py index e3f701a6..4a1c6cec 100644 --- a/Scripts/compute_bn_statistics.py +++ b/Scripts/compute_bn_statistics.py @@ -7,7 +7,7 @@ -caffe_root = '/SegNet/caffe-segnet/' # Change this to the absolute directoy to SegNet Caffe +caffe_root = '/SegNet/caffe-segnet/' # Change this to the absolute directory to SegNet Caffe import sys sys.path.insert(0, caffe_root + 'python')