cf_tracking
cf_tracking copied to clipboard
Don't know how to track an image sequence
Hi, I am using a mac OS X system and successfully used Cmake to get a Xcode Project. However, after compiling I only got two .exe file. Both KCF and DSST are amazing. I read about how to run the sample sequence but still got no clue. I can't find the batch/sh file anyway. I suppose this is a silly question and I will be very appreciate if you are willing to help.
Thank you for your time!
The samples are in the
where -s specifies the directory and -i the image names (with a prefix /), ie.: 00000.jpg 00001.jpg ....
I think both parameters are simply concatenated. The parameters above would produce sample_sequence_compressed/00000.jpg sample_sequence_compressed/00001.jpg sample_sequence_compressed/00002.jpg ....
Ah, now I get it. Thank you for your help! Wish you a happy new year.