wywu / LAB

[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
https://wywu.github.io/projects/LAB/LAB.html
Other
1.01k stars 273 forks source link

Unknown layer type: Interp #52

Open deshmukhavd opened 4 years ago

deshmukhavd commented 4 years ago

Hi, Thanks for your great work. I have build the provided custom caffe code successful, but when i tried to evaluate the train model, its giving me error.

I0725 19:18:11.022178 30842 layer_factory.hpp:77] Creating layer hourglass_1/upper_4/interp F0725 19:18:11.022199 30842 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Interp (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, Python, RNN, ReLU, Reduction, Reshape, SPP, Scale, Sigmoid, SigmoidCrossEntropyLoss, Silence, Slice, Softmax, SoftmaxWithLoss, Split, TanH, Threshold, Tile, WindowData) *** Check failure stack trace: *** Aborted (core dumped)

I tried it for CPU as well as GPU, but got this error always. Please help me with this. Thanks.

richipower commented 3 years ago

you need the modified caffe of this repo, your version of caffe does not have the Interp layer...