Duankaiwen / PyCenterNet

199 stars 24 forks source link

use resnet50 as the backbone training COCO, the map is only 42.5,cannot reach 46.4 #12

Open wssywh opened 2 years ago

wssywh commented 2 years ago

Image_20220616101449 The configs file used is pycenternet_r50_fpn_3_levels_giou_fast_mstrain_6x_coco.py,others haven't changed anything,the result of map is only 42.5,why?????

Duankaiwen commented 2 years ago

@wssywh use pycenternet_r50_fpn_3_levels_giou_fast_adamw_mstrain_6x_coco.py instead

wssywh commented 2 years ago

@Duankaiwen use pycenternet_r50_fpn_3_levels_giou_fast_adamw_mstrain_6x_coco.py,the final map is 42.9 Image_20220623155719

Duankaiwen commented 2 years ago

@wssywh can i see your training log?

wssywh commented 2 years ago

@Duankaiwen this is the training log : https://docs.qq.com/document/DVVpNZXdpT1RkZmdL

Duankaiwen commented 2 years ago

@wssywh I see, to obtain the 46.4 AP, you should use pycenternet_r50_fpn_giou_mstrain_2x_coco.py. The pycenternet_r50_fpn_3_levels_giou_fast_adamw_mstrain_6x_coco.py is for CenetrNert-RT, which achieves 43.2 AP in my machine.