bertinetto / siamese-fc

Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.
http://www.robots.ox.ac.uk/~luca/siamese-fc.html
MIT License
619 stars 224 forks source link

How to use this code with camera video? #53

Open 3bobo opened 6 years ago

3bobo commented 6 years ago

Hi! Thanks for your work! I'm new to object tracking,I git the code and can use it with demo-sequence/folder which contains many images,my question is , how to use this code with camera video? thanks for your help!

bertinetto commented 6 years ago

Hi, I think you can find inspiration from here: https://github.com/bertinetto/staple/blob/master/runTracker_webcam.m

Hope it helps!

3bobo commented 6 years ago

@bertinetto thank you very much! I will try it.