PaddleSharp icon indicating copy to clipboard operation
PaddleSharp copied to clipboard

.NET/C# binding for Baidu paddle inference library and PaddleOCR

Results 70 PaddleSharp issues
Sort by recently updated
recently updated
newest added

### Feature request type sample request ### Is your feature request related to a problem? Please describe 直接打包到docker上报错,Unable to load shared library 'paddle_inference_c' or one of its dependencies. In order...

### Describe the bug 我想做一个图片识别的dll,可供给其他程序直接调用,然后打包的时候,用的是`Costura.Fody`或者`ILMerge`,直接在Rider里面build了一个dll出来。但是在调用的时候,就出现了`dll\x64\paddle_inference_c.dll`报错。我已经是把它放到了打包目录下了。 ### Steps to reproduce the bug 1.先用`ILmerge`进行打包 2.在其他项目引用该dll 3.调用dll的识别方法 ### Expected behavior _No response_ ### Screenshots ![image](https://github.com/sdcb/PaddleSharp/assets/71364911/2525d7a3-0876-4ad2-bba6-65ee9eea5f51) ### Release version netframework 4.8.1 c# 7.3 ###...

![image](https://github.com/sdcb/PaddleSharp/assets/32668092/5f9780b9-2109-4248-a737-021bff91ec62) 如图 字符'0' 识别score为NAN,识别不到。原图如下,请问有什么办法可以提高识别率么? 谢谢! ![WX20231214-155058](https://github.com/sdcb/PaddleSharp/assets/32668092/ec55db3d-1dd9-4a66-bdf0-b82889c40171)

Hello, First, thank you for your library and your great work! I am using PaddleSharp in my project and I have activated the loggs with the boolean ```GLogEnabled``` It looks...

Hi, I recently tested this repo as nuget package and it seems to be a very good Paddle OCR solution for .NET. Would it be also possible to train/finetune a...

从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版本.

大佬您好,最近用您mast分支代码, paddle版本是2.5.0, cuda 11.8.0,cudnn 8.6,trt8.5, rec结果不对, 不知道怎么回事,您有空帮忙看下? PaddleOcrRecognizerResult { Text = Y08&01728308, Score = 0.27904937 } Y08&01728308 不知道是什么,反正正确的结果应该是 15 gpu和trt加速,结果都不对, 只有mkldnn下正常。

Hi Sir I hope you are good, this so nice work to use it simple in .net , is there any way to train from my .net code for this...