breezedeus / CnSTD

CnSTD: 基于 PyTorch/MXNet 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula Detection, MFD)、篇章分析(Layout Analysis)的Python3 包
https://www.breezedeus.com/article/cnocr
Apache License 2.0
658 stars 101 forks source link

ARM ubunt18.04 调用mxnet出错 #15

Closed LoeWHJ closed 2 years ago

LoeWHJ commented 3 years ago

我在 ARM架构下的ubunt成功安装。使用时出现OSError: / 目录/python3.7/site-packages/mxnet/libmxnet.so:cannot open shared object file: No such file or directory。安的mxnet=1.6.0,文件夹下有这个libmxnet,so,也已经添加了共享库的搜素目录还是不行,不知道为啥?