You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
从2.6.0.5更新到2.7.0.1发现没有LocalFullModels这个类了,
FullOcrModel model = LocalFullModels.EnglishV3;
paddleOcrAll = new PaddleOcrAll(model, PaddleDevice.Mkldnn());
从2.6.0.5更新到2.7.0.1发现没有LocalFullModels这个类了,
FullOcrModel model = LocalFullModels.EnglishV3;
paddleOcrAll = new PaddleOcrAll(model, PaddleDevice.Mkldnn());
哦, 好了, 要再安装个Sdcb.PaddleOCR.Models.Local, 并且OpenCvSharp4要为4.8版本.
The text was updated successfully, but these errors were encountered: