Closed zimenglan-sysu-512 closed 2 years ago
btw, i use two GPUs to train.
hi @Jeff-sjtu now i can reproduce the result present in the paper,
4 GPUs ==> Epoch 139/140 | gt mAP: 0.7253/0.7264/111 | det mAP: 0.7101/0.7101/121
Test Epoch 255/270 | gt mAP: 0.7257/0.7267/227 | det mAP: 0.7128/0.7131/219
Hello, small curiosity, can you share what the problem was???
hi @markkim1115 directly train rle, can't get the results from released model. so you should pretrain a heatmap-based model.
hi, which heatmap-based model does you use ? @zimenglan-sysu-512
hi @Jeff-sjtu i use the cmd
./scripts/train.sh ./configs/256x192_res50_regress-flow.yaml train_rle_coco
to reproduce the result present in the paper, but only get##### Epoch 255 | gt mAP: 0.7123198166036238 | det mAP: 0.6962231312113063 #####
, lower than the released model you provide wheregt box: 0.7218652898214926 mAP | det box: 0.7127219006071578 mAP
. can u give the complete training pipeline to reproduce the result? thanks