Skip to content

Commit

Permalink
Merge pull request #141 from csukuangfj/patch-1
Browse files Browse the repository at this point in the history
fix a typo.
  • Loading branch information
alexgkendall committed Aug 13, 2018
2 parents ee9b5ae + b4098c6 commit bb68b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/compute_bn_statistics.py
Expand Up @@ -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')

Expand Down

0 comments on commit bb68b64

Please sign in to comment.