whn09 / table_structure_recognition

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.
24 stars 3 forks source link

Can you share the weights of the models #4

Open rubenaros opened 1 year ago

rubenaros commented 1 year ago

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 choose Yolov8, for example?

Thanks in advance

whn09 commented 1 year ago
  1. The weights are here: https://github.com/whn09/table_structure_recognition/tree/main/yolov5/runs
  2. When I trained the model, yolov5 is the latest model. You can try Yolov8 or other object detection models as well.
rubenaros commented 1 year ago

Thanks for your answers!