GithubHelp home page GithubHelp logo

ctpn-cpp's Introduction

CTPN implement by C++

Ref: https://github.com/tianzhi0549/CTPN

This project impliments the CTPN with C++

build

cd ctpn-cpp mkdir build cd build cmake .. make

the finished and developing work

We have finished the network till the TextDetector::detect() in src/detectors.py Line 51. The remained work is to connect the text patch after nms to form the textline, see:

  • TextDetector::detect() in src/detectors.py Line 52 -> text_lines=self.text_proposal_connector.get_text_lines(text_proposals, scores, im.shape[:2])
  • src/text_proposal_connector.py -> whole file and its dependences

ctpn-cpp's People

Stargazers

GUOGUO_Tang avatar william avatar  avatar KUN avatar  avatar  avatar  avatar keyword avatar dailuobo avatar Feiyan avatar  avatar  avatar  avatar Allen Xu avatar Brad avatar  avatar  avatar  avatar ganyufei avatar  avatar Eric avatar

Watchers

 avatar James Cloos avatar QiaoHan avatar

ctpn-cpp's Issues

is this complete?

hi,
i feel that this repo is not all of cptn in python.
can you add details?
is this repo active?

移植python版CTPN到c++版遇到的bug

目前ctpn等算法大都是基于python的,我想移植到c++版本中,参考了您的代码,需要把python中的layers.text_proposal_layer 用c++实现,所以我想问下qiaohan,后面有没有在此基础上进行完善?

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.