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

own images #119

Open henbucuoshanghai opened 5 years ago

henbucuoshanghai commented 5 years ago

the pictures in tennis???how to get it ???

if i demo my own video, i have to make it's format like the 'tennis'??????

Marjanmoodi commented 5 years ago

You should pass your folder path to the demo.py as a parameter. For example, I put my images into the "my_test" folder under the "data" directory. So I can run the demo.py like this: python ../../tools/demo.py --base_path='../../data/my_test/images' --resume SiamMask_DAVIS.pth --config config_davis.json

priyankaNav commented 4 years ago

How to select multiple ROI? My input have multiple ppl coming in each frame how does it work for mutliple ppl

SamihaSara commented 4 years ago

How to select multiple ROI? My input have multiple ppl coming in each frame how does it work for mutliple ppl

I am also looking asnwer for the same question. But maybe this code does not work for multiple ROIs