CascadeTabNet icon indicating copy to clipboard operation
CascadeTabNet copied to clipboard

Can I use MMdetection framework Version 2.x?

Open huwei1024 opened this issue 4 years ago • 1 comments

Can I use MMdetection framework Version 2.x?

huwei1024 avatar Jul 07 '21 02:07 huwei1024

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).

mfl22 avatar Jul 20 '21 09:07 mfl22