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' #126

Closed ks322181 closed 4 years ago

ks322181 commented 5 years ago

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

python ../../tools/demo.py --resume SiamMask_DAVIS.pth --config config_davis.json

When i am running the above command . It is displaying an images but when i am selecting (ROI) in image. It is throwing the above error. How to resolve this.

Thanks in Advance

skh0619 commented 5 years ago

I have same error for test

SamihaSara commented 3 years ago

@ks322181 did you solve this issue?