Coder Social home page Coder Social logo

Comments (4)

Sunnycheey avatar Sunnycheey commented on July 20, 2024

It turns out that the shape of my png file is (x, y), but the shape of bmp file provided in dataset is (x, y, 3), so How can I expand the png file dim?

from ocr_tablenet.

tomassosorio avatar tomassosorio commented on July 20, 2024

Hi @Sunnycheey ,

The easiest way is to convert the GREY image to an RGB.

from ocr_tablenet.

Sunnycheey avatar Sunnycheey commented on July 20, 2024

Thank you for your quick reply. Actually, I have test some image from icdar dataset, and I found that the eval result is far from the report result (much worse than the value presented in the paper), have I missing something?

from ocr_tablenet.

tomassosorio avatar tomassosorio commented on July 20, 2024

So, for trainning I used the same configurations as the paper with the exception of two things, training with images of size 1024 by 1024, since that would take a lot of VRAM which I did not have available at the time, and this was not also performed:

There are two computation graphs which require training. Each training sample is a tuple of a document image, table mask and column mask. With each training tuple, the two graphs are computed at-least twice. In the initial phase of training, the table branch and column branch are computed in the ratio of 2:1. With each training tuple, the table branch of the computational graph is computed twice, and then the column branch of the model is computed.

Regarding the predicting part, the paper does not explain how they perform it and is there where is the sauce in my opinion. So you could start from where I left I try to improve it.

from ocr_tablenet.

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.