ROAM icon indicating copy to clipboard operation
ROAM copied to clipboard

Code for "ROAM: Recurrently Optimizing Tracking Model [CVPR2020]"

Results 5 ROAM issues
Sort by recently updated
recently updated
newest added

Seems that there needs a well-trained model for demo.py. For comparison, could you kindly release this model?

Can you share the pretrained model?

Hi, I follow the introduction of README.md to test the model but it still has a bug: Traceback (most recent call last): File "D:/ROAM-master/ROAM-master/demo.py", line 63, in tracker.load_models(models[-1]) IndexError: list...

FileNotFoundError: [Errno 2] No such file or directory: '/Data/Pre-trained/vgg-16.mat'. I tried one model from matconvnet, but it shows me the following errors: File "demo.py", line 63, in tracker.load_models(models[-1]) IndexError: list...

Hi,thank you for your contribution!I read your article recently. 1.Except the initialization weights θ and the branches of the application are different.What's the difference between correlation filter θcf and bounding...