-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Labels
Milestone
Description
While reading the CRNN model from meijieru
in OpenCV, I got the following error
import cv2
net = cv2.dnn.readNetFromTorch("crnn.pth")
error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\torch\torch_importer.cpp:1022: error: (-213:The function/feature is not implemented) Unsupported Lua type in function 'cv::dnn::dnn4_v20191202::TorchImporter::readObject'
model link
How to fix this error?
System information (version)
- OpenCV = 4.2.0
- Operating System / Platform => Windows 64 Bit
Reactions are currently unavailable