foolwood / SiamMask

[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
http://www.robots.ox.ac.uk/~qwang/SiamMask
MIT License
3.47k stars 817 forks source link

AttributeError: 'Custom' object has no attribute 'track_refine' #116

Closed yuanbowu closed 5 years ago

yuanbowu commented 5 years ago

I run on the command line sucessfully but when I run on PyCharm it appear

[Warning] unused_pretrained_keys: {'refine_model.h0.2.bias', 'refine_model.h2.2.weight', 'refine_model.v2.2.weight', 'refine_model.post2.bias', 'refine_model.v2.0.weight', 'refine_model.v0.2.bias', '

AttributeError: 'Custom' object has no attribute 'track_refine' how can I solve it? thank you

ShihuaiXu commented 4 years ago

have you slove this problem?