DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.46k stars 422 forks source link

Models upgrade #113

Closed francescoperessini closed 3 years ago

francescoperessini commented 3 years ago

Added script to upgrade checkpoints for MMDetection V2+.

The script was taken from the mmdetection repository but modified (added lines 124/125) to correctly handle the presence of a string at the beginning of each checkpoint (a path coming from Google Colab).

The script was correctly tested with all the 7 checkpoints you have made public through Google Drive.

This script solves the issue #112.