Git Product home page Git Product logo

Comments (8)

argman avatar argman commented on July 24, 2024

whats your performance ? I think the default configuration can reproduce that, in about 10000 steps 14*4gpu.

from east.

zxDeepDiver avatar zxDeepDiver commented on July 24, 2024

Thank you.

from east.

sdsy888 avatar sdsy888 commented on July 24, 2024

Hi, @argman , I found that the annotation data(gt_*.txt) icdar13 is different from icdar15.(icdar13 gt files only has 4 coodinates, and icdar 15 has 8 coods)
And your code in icdar.py seems like only support reading ground_truth file of icdar15 format. So can you tell me how do you train the EAST on both icdar15 and icdar13? (Did you generate the same type of annotation for icdar13 according to icdar15?)

Besides, how the code implements the "multiple scale testing" function?

Btw, I can only get the performance of around 77% by only training on icdar15 training set.

Thank you!

from east.

viig99 avatar viig99 commented on July 24, 2024

this is what i changed for the icdar13

tlx, tly, brx, bry = list(map(float, line[:4]))
x1, y1, x2, y2, x3, y3, x4, y4 = tlx, tly, brx, tly, brx, bry, tlx, bry

from east.

argman avatar argman commented on July 24, 2024

@tianzhuotao , thats cool, can you share your model or ideas ?

from east.

duanjiaqi avatar duanjiaqi commented on July 24, 2024

@argman , Hi, Could you please tell me the MS result on ICDAR2015 test set?

from east.

wangyuxin87 avatar wangyuxin87 commented on July 24, 2024

by improving the model a little bit, the f1-score can reach nearly 82 on ICDAR2015 test set (trained with ICDAR2013 AND ICDAR2015 training data)

can you show your idea? Thanks a lot! My email: [email protected]

from east.

lsabrinax avatar lsabrinax commented on July 24, 2024

by improving the model a little bit, the f1-score can reach nearly 82 on ICDAR2015 test set (trained with ICDAR2013 AND ICDAR2015 training data)

can you share your idea?Thank you!

from east.

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.