-
Notifications
You must be signed in to change notification settings - Fork 211
PaddleOCR c# not work in VM windows Server 2016 #106
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
Comments
Since you are using |
Not even |
Dear sir; |
Try uninstall the mkldnn package and install this one: openblas-noavx - https://packages.nuget.org/packages/Sdcb.PaddleInference.runtime.win64.openblas-noavx/ |
dear sir; |
Try put it out of IIS process into a standalone |
how to to that please |
Are you using IIS Express on the environment of laptop? |
yes i'm using iis express on my laptob |
is there any specific CPU to make application work |
Describe the bug
i'm trying to run code on VM ware 2016 and give me this erro
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.7\System.Runtime.InteropServices.RuntimeInformation.dll'.
The program '[1520] iisexpress.exe' has exited with code 3221225501 (0xc000001d) 'Illegal Instruction'.
but on my laptop work sharp
Steps to reproduce the bug
FullOcrModel model = LocalFullModels.EnglishV3;
PaddleOcrAll all = new PaddleOcrAll(Globals.model, PaddleDevice.Mkldnn())
{
AllowRotateDetection = false,
Enable180Classification = false,
};
crash here
Expected behavior
No response
Screenshots
No response
Release version
No response
IDE
No response
OS version
windows server 2016
Additional context
No response
The text was updated successfully, but these errors were encountered: