Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert the yolov3-tiny model to caffe model #3

Open
SSTTfit opened this issue Nov 11, 2019 · 0 comments
Open

convert the yolov3-tiny model to caffe model #3

SSTTfit opened this issue Nov 11, 2019 · 0 comments

Comments

@SSTTfit
Copy link

SSTTfit commented Nov 11, 2019

Thanks for your help!
When I convert the yolov3-tiny model to caffe model, I got this error.
I saved prototxt successfully but can't convert the weightfile.

Traceback (most recent call last):
File "/home/mitc/ljy/darknet2caffe/darknet2caffe.py", line 540, in
darknet2caffe(cfgfile, weightfile, protofile, caffemodel)
File "/home/mitc/ljy/darknet2caffe/darknet2caffe.py", line 18, in darknet2caffe
params = net.params
File "/home/mitc/ljy/caffe/python/caffe/pycaffe.py", line 67, in _Net_params
self._layer_names, self.layers)
File "/home/mitc/ljy/caffe/python/caffe/pycaffe.py", line 68, in
if len(lr.blobs) > 0])
OverflowError: cannot fit 'int' into an index-sized integer
*** Error in `/home/mitc/ljy/anaconda3/bin/python3.6': free(): invalid pointer: 0x000000000b7ae728 ***

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant