You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Thank you for your great work! I changed the backbone of the model to resnet101 and got the result as follows:
mAP: 0.5019
mATE: 0.5505
mASE: 0.2600
mAOE: 0.3395
mAVE: 0.2484
mAAE: 0.2107
NDS: 0.5900
Eval time: 142.8s
Per-class results:
Object Class AP ATE ASE AOE AVE AAE
car 0.683 0.389 0.145 0.055 0.211 0.191
truck 0.448 0.629 0.194 0.076 0.190 0.197
bus 0.465 0.712 0.197 0.165 0.528 0.318
trailer 0.240 0.856 0.244 0.598 0.174 0.149
construction_vehicle 0.146 0.821 0.469 0.873 0.137 0.443
pedestrian 0.577 0.564 0.286 0.392 0.269 0.135
motorcycle 0.543 0.508 0.233 0.287 0.325 0.242
bicycle 0.570 0.420 0.255 0.478 0.153 0.009
traffic_cone 0.699 0.291 0.299 nan nan nan
barrier 0.647 0.316 0.278 0.131 nan nan
I tried several times, and there seem to be a performance gap between the reproduced result and the paper result (mAP 51.8, NDS 60.4). My config file can be found as follows:
As you can see, I changed the img_backbone in model dict, and changed the ida_aug_conf according to the different setting of image size. Further more, in order to use the pretrained weights of resnet101, I changed some code following this issue of StreamPETR.
Also, if you need to take a look at the training log, it can be found in here. Any other information can be provided if you need.
Looking forward to your reply soon!
The text was updated successfully, but these errors were encountered:
Hello. Thank you for your great work! I changed the backbone of the model to resnet101 and got the result as follows:
I tried several times, and there seem to be a performance gap between the reproduced result and the paper result (mAP 51.8, NDS 60.4). My config file can be found as follows:
As you can see, I changed the
img_backbone
inmodel
dict, and changed theida_aug_conf
according to the different setting of image size. Further more, in order to use the pretrained weights of resnet101, I changed some code following this issue of StreamPETR.Also, if you need to take a look at the training log, it can be found in here. Any other information can be provided if you need.
Looking forward to your reply soon!
The text was updated successfully, but these errors were encountered: