Open testchujtest opened 2 years ago
May be your mmdet's version is 2x. Due to the pretrained are trained in mmdet 1x, you should convert it to 2x. Following this link
Hi @testchujtest , It seems you are using cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py config file with mmdet's version 1x, while it is meant to be used with mmdet's version 2x.
Using cascade_mask_rcnn_hrnetv2p_w32_20e.py config file with mmdet's version 1x should resolve this error.
Hi, i tried to train this model on custom data. I built docker image:
my config file:
but i'm getting this error:
has anyone had such a problem or knows how to solve it?