Giter Club home page Giter Club logo

graph-convolution-on-structured-documents's People

Contributors

dhavalpotdar 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  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  avatar  avatar  avatar  avatar

graph-convolution-on-structured-documents's Issues

How to extract actual data for entity

Hi,

Amazing work to understand structure documents. Is it possible to extract actual value for given entity. For example invoice #, total amount, company name, etc...

Thank you

AttributeError: 'Adjacency' object has no attribute 'w0'

Hello ! I.m very interesting in your research. Nice work !
when I run model.compile(), the flow arror generate:
assert adj_list[0].shape[0] == self.w0.shape[0], f'The number of rows
AttributeError: 'Adjacency' object has no attribute 'w0'

Model training and data extraction

Hello,
After formation of adjacency and feature matrix, we are looking to train our model but for that, how can we include the labels and how will it give the data extraction.
Kindly explain this query.
Thanks in advance.!

Error in dimension of Adjacency matrix without padding

@dhavalpotdar
In some of the images, the dimension of the adjacency matrix is not matching with the no of words in the image. For example -
Suppose the image has 91 words then the adjacency matrix was of shape (90, 90) instead of (91, 91).
One word/node is cut off from the adjacency matrix.

grapher.py running problem

I try to run the code grapher.py, and the next line

		# ==================== vertical ===================================== #
		# create df for plotting lines
		df['below_object'] = df.loc[nearest_dest_ids_vert, 'Object'].values

gives the next error

KeyError: "Passing list-likes to .loc or [] with any missing labels is no longer supported. The following labels were missing: Int64Index([-1, -1, -1, -1, -1, -1], dtype='int64'). See https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#deprecate-loc-reindex-listlike"

What is the solution?

AssertionError: Expected type <class 'str'>. Received <class 'float'> & IndexError: index 22 is out of bounds for axis 1 with size 22

the code A, X = graph.make_graph_data(graph_dict, text_list) is throwing an assertion error
Expected type <class 'str'>. Received <class 'float'>:

graph_dict appears to be having float values: {0: [4.0], 4: [5.0], 5: [1.0]}

After debugging all the open issues error this appears to be the last one occuring at the last line of the code. Will appreciate anyhelp to run that Grapher.py successfully.

Running Project

By any chance, has anyone managed to train and test this model?

training the model

Will you please help me out with training script!
The model will be able to extract address, buyers name, amount, due date etc from the invoice?

Thanks in advance!

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.