TableBank

October 24, 2019 ยท View on GitHub

We have trained several models for the LaTeX part of the TableBank dataset using the Mask-RCNN, RetinaNet, SSD and YOLO algorithms using different deep learning libraries. To this aim, we have used several libraries:

Results

To evaluate our models, we have employed the same metric used in the ICDAR 2019 Competition on Table Detection.

ModelP@0.6R@0.6F1@0.6P@0.7R@0.7F1@0.7P@0.8R@0.8F1@0.8P@0.9R@0.9F1@0.9WAvgF1
Mask RCNN0,940,980,960,940,970,950,930,960,940,840,870,860,92
RetinaNet0,980,860,920,980,860,920,970,850,910,940,820,870,90
SSD0,960,970,960,940,950,950,920,920,920,820,820,820,90
YOLO0,980,990,980,980,990,980,960,970,960,740,750,750,90

Model Zoo

The trained models are available in the format used by each framework, and distributed under the GNU General Public License v3.0

Colab Notebooks for prediction

You can use the trained models with the following notebooks.