ZZR8066 / SEMv2

39 stars 3 forks source link

Request for Example of Input Data #12

Open zhchbin opened 2 months ago

zhchbin commented 2 months ago

Hi @ZZR8066

Thank you for your excellent work and for sharing your open-source code!

I'm currently trying to train SEMv2 model using public datasets but I'm having difficulty replicating the input data, particularly the row_start_bboxes, row_line_masks, col_start_bboxes, and col_line_masks in this section: https://github.com/ZZR8066/SEMv2/blob/main/SEMv2/runner/train.py#L65-L69. Could you please provide one or more examples in JSON format? This would be incredibly helpful for us! I've also noticed that others have made similar requests here: https://github.com/MathamPollard/awesome-table-structure-recognition/discussions/1.

Thank you in advance!