Murali

Results 5 comments of Murali

Assuming you are using e_ckpt_path=../graph/CUTIE/graph change the --save_prefix parameter to ICDAR_json/meals. So your command should look like "python main_evaluate_json.py --save-prefix=ICDAR_json/meals." Alternatively create the directory as mentioned in your error log...

In order to get the checkpoint file, you have to generate input files in the mentioned format from any dataset, I used ICDAR 2019 SROIE dataset which was configured with...

I used the same format as this file https://github.com/4kssoft/CUTIE/blob/master/invoice_data/Faktura1.pdf_0.json

> > What is the input format for prediction? I used the main_evaluate_json.py to get output using the validation code. The output converts the numbers to "0's" and substrings are...