EAST
EAST copied to clipboard
what is submit.zip
In eval.py,I see a variable which name is submit_ path,but what is that?And what the submit.zip is?
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.