Open Curry30h opened 5 years ago
do you fix it?
you need compile the make.sh file first
do you fix it?
you need compile the make.sh file first
在win10系统下 已经执行过这个操作,但是依然会报错
Two things:
(1) you might need to create __init__.py
files in the relevant folders. I put one in the \text-detection-ctpn\utils
folder, and one in the text-detection-ctpn\utils\bbox
folder.
(2). After you finished compilation in the text-detection-ctpn\utils\bbox
folder (I did python setup.py install
), you might need to copy the two .pyd
files (produced by the compilation) from the build
folder (see screenshot below) into the text-detection-ctpn\utils\bbox
folder.
On my computer, the specific folder that the two .pyd
files are initially located in is:
...\text-detection-ctpn\utils\bbox\build\lib.win-amd64-3.7\utils\bbox
@mrxiaohe 请问你知道我这是怎么回事吗
@yuxiaomu 下载gcc环境了吗?
do you fix it?