NVlabs / FAN

Official PyTorch implementation of Fully Attentional Networks
https://arxiv.org/abs/2204.12451
Other
467 stars 28 forks source link

Question about detection code #12

Open Tao-Cute opened 2 years ago

Tao-Cute commented 2 years ago

When i running detection code use dist_train.sh on my machine, TypeError: CascadeRCNN: fan_small_12_p4_hybrid: init() got an unexpected keyword argument 'default_cfg' was occur. My conda env use mmcv==1.3.0 and mmdet==2.11.0. I also try run install.sh and upgrade my mmcv version, the error was same. I wanna know why.

leoil commented 1 year ago

Same problem here, any updates?