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

[FCN support] Error when converting voc-fcn16s/voc-fcn32s from caffe to IR #29

Closed
seanchung2 opened this issue Dec 21, 2017 · 1 comment

Comments

@seanchung2
Copy link

Hi,

Thank you for fixing the other bugs.

Here is my model: fcn16s, fcn32s

Error message as following:

I1221 09:25:06.127544  6033 layer_factory.hpp:77] Creating layer data
F1221 09:25:06.127624  6033 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Python (known types: AbsVal, Accuracy, ArgMax, BNLL, BatchNorm, BatchReindex, Bias, Concat, ContrastiveLoss, Convolution, Crop, Data, Deconvolution, Dropout, DummyData, ELU, Eltwise, Embed, EuclideanLoss, Exp, Filter, Flatten, HDF5Data, HDF5Output, HingeLoss, Im2col, ImageData, InfogainLoss, InnerProduct, Input, LRN, LSTM, LSTMUnit, Log, MVN, MemoryData, MultinomialLogisticLoss, PReLU, Parameter, Pooling, Power, RNN, ReLU, Reduction, Reshape, SPP, Scale, Sigmoid, SigmoidCrossEntropyLoss, Silence, Slice, Softmax, SoftmaxWithLoss, Split, TanH, Threshold, Tile, WindowData)
*** Check failure stack trace: ***
Aborted (core dumped)

Thank you.

@kitstar kitstar changed the title Error when converting voc-fcn16s/voc-fcn32s from caffe to IR [FCN support] Error when converting voc-fcn16s/voc-fcn32s from caffe to IR Dec 22, 2017
@kitstar
Copy link
Contributor

kitstar commented Apr 10, 2018

Hi @seanchung2 ,

Sorry for the late response. Newest code tested the conversion correctness from Caffe to TensorFlow.

Modify your prototxt to deploy.pbtxt

mmdownload -f caffe -n voc-fcn32s
mmconvert -sf caffe -in voc-fcn32s-deploy.prototxt -iw voc-fcn32s.caffemodel -df tensorflow -om ./caffe_fcn32s

Then you will get TensorFlow checkpoint files.

Thanks.

@kitstar kitstar moved this from To do to Done in object detect model support Apr 11, 2018
@kitstar kitstar closed this as completed Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants