Boosting-R-CNN
Boosting-R-CNN copied to clipboard
I have the following issue when loading checkpoint
I have the following issue when loading checkpoint
my environment:
this is my commend:
python tools/test.py configs/boosting_rcnn/boosting_rcnn_r50_pafpn_1x_utdac.py ./ckpts/boosting_rcnn_r50_pafpn_1x_utdac.pth
And I download the checkpoint is:

delete line192: self.rpn_convs.append(CBAM(self.feat_channels)) in file mmdet/models/dense_heads/atss_rpn_head.py
I solved the problem Thanks for your help