Giter VIP home page Giter VIP logo

Comments (4)

pengcao avatar pengcao commented on July 30, 2024

可以把输出的错误贴出来么?

from chinese_ocr.

zhaochl avatar zhaochl commented on July 30, 2024

root@cf164ed04081:/data# python demo.py
Traceback (most recent call last):
File "demo.py", line 3, in
import ocr
File "/data/ocr.py", line 10, in
from ctpn.text_detect import text_detect
File "/data/ctpn/text_detect.py", line 6, in
from lib.utils.timer import Timer
File "/data/ctpn/lib/init.py", line 1, in
from . import fast_rcnn
File "/data/ctpn/lib/fast_rcnn/init.py", line 2, in
from . import train
File "/data/ctpn/lib/fast_rcnn/train.py", line 5, in
from ..roi_data_layer.layer import RoIDataLayer
File "/data/ctpn/lib/roi_data_layer/init.py", line 1, in
from . import roidb
File "/data/ctpn/lib/roi_data_layer/roidb.py", line 5, in
from lib.utils.bbox import bbox_overlaps
File "/data/ctpn/lib/init.py", line 1, in
from . import fast_rcnn
File "/data/ctpn/lib/fast_rcnn/init.py", line 2, in
from . import train
File "/data/ctpn/lib/fast_rcnn/train.py", line 5, in
from ..roi_data_layer.layer import RoIDataLayer
File "/data/ctpn/lib/roi_data_layer/init.py", line 1, in
from . import roidb
File "/data/ctpn/lib/roi_data_layer/roidb.py", line 5, in
from lib.utils.bbox import bbox_overlaps
File "/data/ctpn/lib/utils/init.py", line 4, in
from . import bbox
ImportError: cannot import name bbox

from chinese_ocr.

codeman008 avatar codeman008 commented on July 30, 2024

I have meet the same problem,have you solve it?

from chinese_ocr.

Smile-shirley avatar Smile-shirley commented on July 30, 2024

这个问题怎么解决的?

from chinese_ocr.

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.