Giter Site home page Giter Site logo

ctpn-crnn's People

Contributors

hwwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ctpn-crnn's Issues

ModuleNotFoundError: No module named 'Utils.bbox.bbox'

running install
running build
running build_ext
building 'bbox' extension
creating build
creating build/temp.linux-x86_64-3.7
gcc -pthread -B /home/xu519/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/home/xu519/anaconda3/include/python3.7m -c bbox.c -o build/temp.linux-x86_64-3.7/bbox.o
In file included from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1823:0,
from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from bbox.c:283:
/home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from bbox.c:283:
/home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
_import_array(void)
^
creating build/lib.linux-x86_64-3.7
gcc -pthread -shared -B /home/xu519/anaconda3/compiler_compat -L/home/xu519/anaconda3/lib -Wl,-rpath=/home/xu519/anaconda3/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/bbox.o -o build/lib.linux-x86_64-3.7/bbox.cpython-37m-x86_64-linux-gnu.so
running install_lib
copying build/lib.linux-x86_64-3.7/bbox.cpython-37m-x86_64-linux-gnu.so -> /home/xu519/anaconda3/lib/python3.7/site-packages
running install_egg_info
Writing /home/xu519/anaconda3/lib/python3.7/site-packages/UNKNOWN-0.0.0-py3.7.egg-info
running install
running build
running build_ext
building 'nms' extension
gcc -pthread -B /home/xu519/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/home/xu519/anaconda3/include/python3.7m -c nms.c -o build/temp.linux-x86_64-3.7/nms.o
In file included from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1823:0,
from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from nms.c:283:
/home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from nms.c:283:
/home/xu519/anaconda3/lib/python3.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
_import_array(void)
^
gcc -pthread -shared -B /home/xu519/anaconda3/compiler_compat -L/home/xu519/anaconda3/lib -Wl,-rpath=/home/xu519/anaconda3/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/nms.o -o build/lib.linux-x86_64-3.7/nms.cpython-37m-x86_64-linux-gnu.so
running install_lib
copying build/lib.linux-x86_64-3.7/nms.cpython-37m-x86_64-linux-gnu.so -> /home/xu519/anaconda3/lib/python3.7/site-packages
running install_egg_info
Removing /home/xu519/anaconda3/lib/python3.7/site-packages/UNKNOWN-0.0.0-py3.7.egg-info
Writing /home/xu519/anaconda3/lib/python3.7/site-packages/UNKNOWN-0.0.0-py3.7.egg-info

训练集生成

哇塞答主也太赞了吧!!! 请问这个输入crnn的文本就是旋转后的吗?这个数据集是自己做的吗?要做多少啊!

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.