Closed Jiangfeng-Xiong closed 5 years ago
And besides, when I load the model weights epoch_12.th, I got this message
unexpected key in source state_dict: track_head.fc.weight, track_head.fc.bias missing keys in source state_dict: track_head.fcs.1.bias, track_head.fcs.0.bias, track_head.fcs.0.weight, track_head.fcs.1.weight
@Jiangfeng-Xiong It seems you are using a wrong config file. Please make sure to use this file to load the model: configs/masktrack_rcnn_r50_fpn_1x_youtubevos.py
@linjieyangsc
@linjieyangsc I also got 24.8..
@Jiangfeng-Xiong @ZENGXH It seems that the previous checkpoint was problematic. I have updated it with the correct one. Please try again and let me know if any questions. Sorry for the inconvenience.
it works now, thank you @linjieyangsc
I use the pretrained model epoch_12.pth from Google Drive, and then evaluate the results on the codalab server, but i got mAP: 0.301, however, it should be 0.303 as reported in the paper. Any suggestion? Thank you!
I use the pretrained model epoch_12.pth from Google Drive, and then evaluate the results on the codalab server, but i got mAP: 0.248, however, it should be 0.3 as reported in the paper. Any suggestion? Thank you!