sdcb / PaddleSharp

.NET/C# binding for Baidu paddle inference library and PaddleOCR
Apache License 2.0
1.04k stars 197 forks source link

请问如何使用GPU推理的RotationDetector+PaddleDetector? #93

Open Fzz123 opened 4 months ago

Fzz123 commented 4 months ago

Feature request type

sample request

Is your feature request related to a problem? Please describe

程序中想先用RotationDetector矫正后再用PaddleOCR识别, RotationDetector的依赖项是: Sdcb.PaddleInference.runtime.win64.mkl Sdcb.RotationDetector OpenCvSharp4.runtime.win 之前看到说cpu和gpu的runtime推理包会冲突,请问这种情况下是不是只能使用cpu来跑了呢?

Describe the solution you'd like

Describe alternatives you've considered

No response

Additional context

No response

sdcb commented 4 months ago

GPU的包也能用mkldnn/blas推理

Fzz123 commented 4 months ago

您的邮件已收到!