xingyizhou / CenterNet

Object detection, 3D detection, and pose estimation using center point detection:
MIT License
7.24k stars 1.92k forks source link

ResNet101-FPN #294

Open FightStone opened 5 years ago

FightStone commented 5 years ago

Have you tested ResNet101-FPN as a skeleton network in keypoints detection task?Do you think it is reasonable?

FightStone commented 5 years ago

Has anyone ever tried to replace the skeleton network with ResNet101-FPN for the keypoints detection task? What's the effect? Thanks!!

xizero00 commented 4 years ago

Has anyone ever tried to replace the skeleton network with ResNet101-FPN for the keypoints detection task? What's the effect? Thanks!!

Hi, FightStone Could you please share your evaluation results of replacing the backbone with ResNet101-FPN for the keypoints detection task?

2730gf commented 3 years ago

Has anyone ever tried to replace the skeleton network with ResNet101-FPN for the keypoints detection task? What's the effect? Thanks!!

Hey,I've tried this, and i add CBAM module in FPN,but I got lower AP. I do not know why