table_structure_recognition
table_structure_recognition copied to clipboard
Can you share the weights of the models
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
- The weights are here: https://github.com/whn09/table_structure_recognition/tree/main/yolov5/runs
- When I trained the model, yolov5 is the latest model. You can try Yolov8 or other object detection models as well.
Thanks for your answers!