PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/
Apache License 2.0
42.73k stars 7.68k forks source link

PaddleOCR c# not work in VM windows Server 2016 #13609

Closed emranallan closed 1 month ago

emranallan commented 1 month ago

Search before asking

Bug

my code in C# work in my PC but not work in VM Server 2016 give me this error 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.7\System.Runtime.InteropServices.RuntimeInformation.dll'. The program '[12136] iisexpress.exe' has exited with code 3221225501 (0xc000001d) 'Illegal Instruction'.

Environment

VM server 2016

Minimal Reproducible Example

FullOcrModel model = LocalFullModels.EnglishV3; PaddleOcrAll all = new PaddleOcrAll(Globals.model, PaddleDevice.Mkldnn()) { AllowRotateDetection = false, Enable180Classification = false, };

Additional

No response

Are you willing to submit a PR?

GreatV commented 1 month ago

PaddleOCR doesn't provide C# code, so we can't help you with that.