EAST icon indicating copy to clipboard operation
EAST copied to clipboard

what is submit.zip

Open miaojingye opened this issue 4 years ago • 1 comments

In eval.py,I see a variable which name is submit_ path,but what is that?And what the submit.zip is?

miaojingye avatar Mar 22 '22 02:03 miaojingye

It's a prediction results of the model on the test set to evaluate precision, recall and hmean. When you run eval.py all prediction results will be written under the submit. Files inside submit folder are .txt files. After prediction finishes on the test then that folder will be zipped and sent to evaluation process.

yakhyo avatar Jun 17 '22 07:06 yakhyo