Open Zzh-tju opened 1 year ago
Hi, Have you solved the problem yet? I also encountered the same problem.
@hh23333 No, I cannot figure it out.
@Zzh-tju, Hi, it seems that the abnormal results is due to the different learning rate. When I changed the learning rate from 0.002 to 0.02, I got the reported results:
[30][1093/1093] crowd_human/mAP: 0.8991 crowd_human/mMR: 0.4228 crowd_human/JI: 0.8009 data_time: 0.0111 time: 0.1743
嗨,看来异常结果是由于学习率不同造成的。当我将学习率从 0.002 更改为 0.02 时,我得到了报告的结果:
[30][1093/1093] crowd_human/mAP: 0.8991 crowd_human/mMR: 0.4228 crowd_human/JI: 0.8009 data_time: 0.0111 time: 0.1743
您好,请问您是用单GPU吗
Reimplement a model in the model zoo using the provided configs
configs/crowddet/crowddet-rcnn_r50_fpn_8xb2-30e_crowdhuman.py
, but I cannot reimplement the performance of 90.0 AP.The train set is exactly the CrowdHuman train set, 15,000 images and the test set is the CrowdHuman val set, 4,370 images.
I don't know why the implementation results can only achieve 86.3 AP. I noticed that the
loss_rcnn_emd
term is lower than the one in the log provided by you.The following is the first epoch, 62.7 AP, while your log shows that it is 75.2 AP.