Skip to content

Commit

Permalink
Update convert_no_bn_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewenwan authored Aug 28, 2020
1 parent 294586c commit ded4737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darknect/caffe/caffe_tool/convert_no_bn_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--src_prototxt src_net.prototxt \
--dst_prototxt dest_net.prototxt \
--dst_width 1280 --dst_height 720 \
--caffe_path /data/caffe/darwin-caffe-SVN28509_yolov2_ReOrgOri-FeatReshape-shufflenet_eqr_yolov3_190125_ls
--caffe_path /data/caffe/python
'''
import sys
import argparse
Expand Down Expand Up @@ -66,7 +66,7 @@ def add_path(path):
#caffe_path = osp.join(args.caffe_path,'python')
add_path(args.caffe_path)

#caffe_root = '/data/caffe/darwin-caffe-SVN28509_yolov2_ReOrgOri-FeatReshape-shufflenet_eqr_yolov3_190125_ls/python'
#caffe_root = '/data/caffe/python'
#sys.path.insert(0, caffe_root)
import caffe
from caffe.proto import caffe_pb2
Expand Down

0 comments on commit ded4737

Please sign in to comment.