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

how to get the pretrained ssd300 model (.hdf5)? #2

Closed
liuwei16 opened this issue Jul 25, 2017 · 1 comment
Closed

how to get the pretrained ssd300 model (.hdf5)? #2

liuwei16 opened this issue Jul 25, 2017 · 1 comment
Labels

Comments

@liuwei16
Copy link

By the way, how to transfer the caffemodel to .hdf5 file?

@pierluigiferrari
Copy link
Owner

pierluigiferrari commented Jul 25, 2017

I know of some tools others have built, which you can find here, here, and here, although I haven't tried those yet and cannot say how well they work. Most of them seem focussed on converting the model (not only the weights), which could be problematic with the custom layers in SSD.

You could also install Caffe and convert the original weights to HDF5 from within Caffe, but of course that would require to get into Caffe to a certain level (which I haven't gotten around to doing yet).

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

No branches or pull requests

2 participants