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

Can I use MMdetection framework Version 2.x? #137

Open huwei1024 opened 2 years ago

huwei1024 commented 2 years ago

Can I use MMdetection framework Version 2.x?

mfl22 commented 2 years ago

Yes, you need to upgrade the pretrained model using the Tools/upgrade_model_version.py script and probably modify the configuration file Config/cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py slightly (read the error messages, if any, and simply copy relevant parameters from mmdetection/configs).