table_structure_recognition icon indicating copy to clipboard operation
table_structure_recognition copied to clipboard

Table detection (TD) and table structure recognition (TSR) using Yolov5/Yolov8, cand you can get the same (even better) result compared with Table Transformer (TATR) with smaller models.

Results 10 table_structure_recognition issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the repo. I am trying to train the pub1m table structure on yolo8. I couldn’t find the train.py file. Label table row accuracy is no at all...

Thanks for your repo. Great job and i have a few questions: 1.- Can you share the weights of the models. 2.- Why do choose Yolov5? Any change if you...

Thanks for your repo. I have some questions about your training environment, in order to reproduce the result. 1. How much RAM needed for training yolov5 with this large dataset?...

Before I ask questions, let me report what I found when I test the model you've trained. 1. It can't handle "extremes", if the cell size is too large or...

it [move *.pt to git-lfs](https://github.com/whn09/table_structure_recognition/commit/5326e038bcf76f8eb95a80e34da27fcdb72955d4)

Thank you for your work, I found that the provided pre-training downloads failed, such as 'yolov8/runs/detect/yolov8s-custom-detection/weights/' and 'yolov8/runs/detect/yolov8s-custom-structure/weights/' The weights are failing, can you check this, thank you so much!

I need to annotate dataset that contains span cell..I have a doubt on span cell annotation.. below is my table image.. ![Screenshot (19)](https://github.com/user-attachments/assets/1dc3fae7-7041-41f6-8084-54cd56ff0266) is annotated span cells are correct ?...

Can you convert the result to HTML?

How to convert these models to onnx and how to use converted onnx models?

How to use it on windows 10?