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')