ejlee95 / Graph-based-TSR

7 stars 3 forks source link

Evaluate your model on ICDAR 2019 Modern datasets #1

Closed Kehindeajayi01 closed 2 years ago

Kehindeajayi01 commented 2 years ago

Hi, First, thanks for making your great work available to the public. I am trying to used your model to generate table structures for the ICDAR 2019 so that I can evaluate your model performance on the dataset but I don't seem to understand which file to run. Also, the input arguments to the model? Any pre-trained model to download and any other information that may be helpful for me to run your model will be highly appreciated.

Thanks

ejlee95 commented 2 years ago

Hi Kehindeajayi01, thanks for your interest. The main python file is code_training/main.py (both training and test), and checkpoint files are in codes/experiments/bordered. The execution command is written in README, so please refer to 'Execution - Test' part in README.md.

Please let me know if you have any further issues.

Thanks.

Kehindeajayi01 commented 2 years ago

Hi Kehindeajayi01, thanks for your interest. The main python file is code_training/main.py (both training and test), and checkpoint files are in codes/experiments/bordered. The execution command is written in README, so please refer to 'Execution - Test' part in README.md.

Please let me know if you have any further issues.

Thanks.

Thanks for your reply. Can the pointed file generate the xml structures for the ICDAR 2019 TrackB2 Modern datasets? This way I can evaluate the generated predictions against the ground truth.

ejlee95 commented 2 years ago

Yes, the code generate xml file. But the generated XML file don't have content, just the structure of the table.

Kehindeajayi01 commented 2 years ago

Yes, the code generate xml file. But the generated XML file don't have content, just the structure of the table.

I am running into package error. Would it not be better to write a requirements.txt file as there are many packages you used than what you listed as the dependencies

ejlee95 commented 2 years ago

I uploaded yml file having packages, please refer to readme.md.

Kehindeajayi01 commented 2 years ago

I uploaded yml file having packages, please refer to readme.md.

I got the following error about licence for Gurobi::

Screen Shot 2022-02-11 at 3 22 56 PM
ejlee95 commented 2 years ago

I think you should either buy a Gurobi license, or (if you are in school) use an academic license. I'm sorry that I couldn't help you.

Kehindeajayi01 commented 2 years ago

I think you should either buy a Gurobi license, or (if you are in school) use an academic license. I'm sorry that I couldn't help you.

It worked. Thanks so much