Ask Your Question

Revision history [back]

problem while using opencv dnn with openface torch model

Hi, I try to work with the dnn of opencv. I have a t7 model from openface. I passed it like that: "dnn::Net net = dnn::readNetFromTorch(modelFile);" I got error: "OpenCV Error: The function/feature is not implemented (Unknown nn class "nn.SpatialConvolutionMM") in readTorchObject, file opencv-3.3.0/modules/dnn/src/torch/torch_importer.cpp, line 765"

someone know what is my mistake? Thanks!