zzzDavid / ICDAR-2019-SROIE

ICDAR 2019 Robust Reading Challenge on Scanned Receipts OCR and Information Extraction
MIT License
381 stars 132 forks source link

main.py file missing in task 3 #3

Open anitchakraborty opened 4 years ago

anitchakraborty commented 4 years ago

In task 3, main.py file is missing in the src folder.

shubham99bisht commented 4 years ago

I believe main.py isn't required, you can directly start training with train.py.

@anitchakraborty have you found a way to TEST or EVALUATE results for task3? @zzzDavid Can you please guide how we can use this project for task 3?

I have successfully trained the model, please help me on how I can test this model on new images.

patrick22414 commented 4 years ago

@anitchakraborty @shubham99bisht Sorry about the error in the documentation, we are planning to clean up this repo a bit and make it more accurate. To train the model, you can just use train.py.

The test file is missing. But it's available at my repo (I am the author of task 3 part of this repo). We should probably put it here though.

shubham99bisht commented 4 years ago

Thanks @patrick22414 for pointing to your repo, I'll explore it.