Mobile-Captured Image Document Recognition for Vietnamese Receipts (MC-OCR) Forum

Go back to competition Back to thread list Post in this thread

> Help me review code submit file format

Here is my code :
data_frame = [ ]
text = company + "|||" + address + "|||" + date+ "|||" + total
data_frame.append([name_image,0.5,text])
columns = ["img_id","anno_image_quality","anno_texts"]
df = pd.DataFrame(data_frame,columns=columns)

Thank you.

Posted by: phamnhattruong.skyo @ Jan. 14, 2021, 3:37 a.m.

Hi phamnhattruong.skyo,

We don't verify code as bugs might happen elsewhere, which we don't have full information.
We suggest you create a toy output with 0.5 & "abc abc abc" to produce the submission file.
Then you compare it to the sample submission file we provided. If the result is identical to the sample, you're good to go.

Anyhow, if you have problems with the submission and evaluation, we're here to support.

Regards,

Posted by: mc-ocr-organizers @ Jan. 14, 2021, 2:33 p.m.
Post in this thread