Skip to content
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

有支持Linux系统的打算吗? #44

Open
ShenJunkun opened this issue Apr 10, 2023 · 12 comments
Open

有支持Linux系统的打算吗? #44

ShenJunkun opened this issue Apr 10, 2023 · 12 comments

Comments

@ShenJunkun
Copy link

No description provided.

@hiroi-sora
Copy link
Owner

暂时没有。

@amitbha
Copy link

amitbha commented May 6, 2023

最喜欢 linux 命令行

@owen800q
Copy link

owen800q commented May 13, 2023

@amitbha @ShenJunkun
主要是想部署成一個獨立的web service, API接口直接用cli 調用
要支持linux, 感覺要改的不算多?

@amitbha
Copy link

amitbha commented May 15, 2023

@owen800q
可以研究下构建过程:PaddleOCR-json/项目构建指南.md
把库文件和构建工具替换成 linux 的,试着让编译能通过
我估计的,没试过

@owen800q
Copy link

owen800q commented May 21, 2023

@hiroi-sora
我在修改這個項目, 希望可以在linux 上構建,有個推理庫的問題想問問

FetchContent_Declare(
    paddle
    **URL https://paddle-wheel.bj.bcebos.com/develop/win-infer/mkl/cpu/paddle_inference.zip**
    URL_HASH MD5=b20e33128938d69bca106d49f6336c5c
    DOWNLOAD_EXTRACT_TIMESTAMP ON
)

cmakelist.txt 的 window 推理库的链接入口点在哪找的, 我在这, https://paddleinference.paddlepaddle.org.cn/guides/install/download_lib.html#windows
下载 了2.4.2的版本,md5 没对上,
Screenshot 2023-05-21 at 11 58 05 PM

d7b3753aa6846961c6d393898aa9d821

主要是想找对应linux的url, 但没找到

@hiroi-sora
Copy link
Owner

@owen800q
应该就在这个页面的上面,往上拉就有Linux

@hiroi-sora
Copy link
Owner

另外我下个版本准备弃用管道,改成用套接字来实现跨进程通信,以便支持直接传输图片数据;而且移植其它平台更方便。剪贴板操作等绑定平台的函数,我也会单独封装起来以便移植。也许可以等我下个版本再做移植工作。

@owen800q
Copy link

@hiroi-sora 好的

@hiroi-sora
Copy link
Owner

新版本 V1.3 的重构工作已经初步完成,按我的预期,应该很适合移植。

有意愿参与Linux移植计划的开发者,请移步issue 【Linux移植倡议】 。开发过程中有疑问请在那边提,我会尽力帮助你。

@sgyhl18
Copy link

sgyhl18 commented Mar 6, 2024

传输图片可以使用云盘的方式,上传生成个链接,程序用链接下载

@lipancs
Copy link

lipancs commented May 9, 2024

如果没有linux的计划,我准备试试wine来试一下,看看能不能跑起来。

@lipancs
Copy link

lipancs commented May 10, 2024

Dingtalk_20240510105734
测试可行,ubuntu用wine兼容层跑,可以运行。性能损耗还没有测试。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants