GithubHelp home page GithubHelp logo

Comments (21)

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

i also hit this issue, should i degrade Python ??

from chineseocr_lite.

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

在昨天作者的3.12版本没提之前,都没有报过这个错啊

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

在昨天作者的3.12版本没提之前,都没有报过这个错啊

刚发现要求的最低gcc是4.9,centos的yum 默认的最新是4.8,把gcc升级后py36是可以用的. 我再试试py3.7编译试下效果。

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

i also hit this issue, should i degrade Python ??

升级下(update)gcc试试,yum默认(default)的是4.8,这个是要求最低4.9的。

from chineseocr_lite.

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

同样,还不支持 (don't support)centos

i also hit this issue, should i degrade Python ??

gcc

小哥哥,我的GCC是7.3.0 。。。。。。。

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

同样,还不支持 (don't support)centos

i also hit this issue, should i degrade Python ??

gcc

小哥哥,我的GCC是7.3.0 。。。。。。。

还以为外国友人。 结果假冒伪劣 。 有没有 yum install python3-devel。 我刚在py36 +gcc8下测了没问题。晚上回去我再试试py37

from chineseocr_lite.

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

?

同样,还不支持 (don't support)centos

i also hit this issue, should i degrade Python ??

gcc

小哥哥,我的GCC是7.3.0 。。。。。。。

还以为外国友人。 结果假冒伪劣 。 有没有 yum install python3-devel。 我刚在py36 +gcc8下测了没问题。晚上回去我再试试py37

被你识破了。。。那句英语是装了一下逼。。。我是刚用github, 想试试蹩脚英语的快感。。
yum install python3-devel 我原来已经执行过了,现在是最新版本

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

?

同样,还不支持 (don't support)centos

i also hit this issue, should i degrade Python ??

gcc

小哥哥,我的GCC是7.3.0 。。。。。。。

还以为外国友人。 结果假冒伪劣 。 有没有 yum install python3-devel。 我刚在py36 +gcc8下测了没问题。晚上回去我再试试py37

被你识破了。。。那句英语是装了一下逼。。。我是刚用github, 想试试蹩脚英语的快感。。
yum install python3-devel 我原来已经执行过了,现在是最新版本

已经测试,centos7 +py37 +gcc8 ,先删掉pse.so 再make,再运行没毛病。不要管作者的那个requirement(这个有点问题)

from chineseocr_lite.

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

?

同样,还不支持 (don't support)centos

i also hit this issue, should i degrade Python ??

gcc

小哥哥,我的GCC是7.3.0 。。。。。。。

还以为外国友人。 结果假冒伪劣 。 有没有 yum install python3-devel。 我刚在py36 +gcc8下测了没问题。晚上回去我再试试py37

被你识破了。。。那句英语是装了一下逼。。。我是刚用github, 想试试蹩脚英语的快感。。
yum install python3-devel 我原来已经执行过了,现在是最新版本

已经测试,centos7 +py37 +gcc8 ,先删掉pse.so 再make,再运行没毛病。不要管作者的那个requirement(这个有点问题)

小哥哥,你说的运行没毛病是什么意思?它的web界面上有5个滚动按钮,你都试了么?有么有问题?

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

?

同样,还不支持 (don't support)centos

i also hit this issue, should i degrade Python ??

gcc

小哥哥,我的GCC是7.3.0 。。。。。。。

还以为外国友人。 结果假冒伪劣 。 有没有 yum install python3-devel。 我刚在py36 +gcc8下测了没问题。晚上回去我再试试py37

被你识破了。。。那句英语是装了一下逼。。。我是刚用github, 想试试蹩脚英语的快感。。
yum install python3-devel 我原来已经执行过了,现在是最新版本

已经测试,centos7 +py37 +gcc8 ,先删掉pse.so 再make,再运行没毛病。不要管作者的那个requirement(这个有点问题)

小哥哥,你说的运行没毛病是什么意思?它的web界面上有5个滚动按钮,你都试了么?有么有问题?

没试,只用了检测识别。单行检测就是只调用文字识别,通用是就检测+识别,身份证和火车票只不过是对通用的数据做了层组装。 author写的这个web,有点乱。
[root@192 chineseocr_psnet]# python3 test.py make: 进入目录“/home/Code/chineseocr_psnet/psenet/pse” make: “pse.so”是最新的。 make: 离开目录“/home/Code/chineseocr_psnet/psenet/pse” device: cpu load models device: cpu load models device: cpu load models device: cpu load model [{'cx': 423.55833333333334, 'cy': 47.74479166666667, 'text': 'PyTorch是使用GPU和CPU优化的深度学习张量库。', 'w': 863.0, 'h': 68.0, 'degree': -0.0}]

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

发现 更新gcc后,自动给我安装了py36

from chineseocr_lite.

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

author又更新了,down下来试试
我的情况是:识别简单图片可以,但身份证就直接报错了。。。奇怪。。。

from chineseocr_lite.

DayBreak-u avatar DayBreak-u commented on May 8, 2024

这个web是我直接用chineseocr的,我自己对web不熟悉,请求大佬奉献web代码

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

[email protected] 加qq聊吧,我把这个 关了哈

from chineseocr_lite.

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

那你们聊吧,有结果了告诉我哦,小哥哥们。。。

from chineseocr_lite.

DayBreak-u avatar DayBreak-u commented on May 8, 2024

[email protected] 加qq聊吧,我把这个 关了哈

已加

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

我还以为是Caesarthegreat,没想到是author ,哈哈

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

[email protected] 加qq聊吧,我把这个 关了哈

已加

发个msg,我给整一个flask版本的吧

from chineseocr_lite.

Caesarthegreat avatar Caesarthegreat commented on May 8, 2024

[email protected] 加qq聊吧,我把这个 关了哈

已加

发个msg,我给整一个flask版本的吧

你们聊的怎么样? 身份证能识别么?

from chineseocr_lite.

ht-dep avatar ht-dep commented on May 8, 2024

[email protected] 加qq聊吧,我把这个 关了哈

已加

可能加错了吧,893216718

from chineseocr_lite.

DayBreak-u avatar DayBreak-u commented on May 8, 2024

[email protected] 加qq聊吧,我把这个 关了哈

已加

可能加错了吧,893216718

昵称Q.hongtao 是你吗

from chineseocr_lite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.