Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't know how to track an image sequence #2

Open
Felicialalala opened this issue Dec 14, 2016 · 2 comments
Open

Don't know how to track an image sequence #2

Felicialalala opened this issue Dec 14, 2016 · 2 comments

Comments

@Felicialalala
Copy link

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!

@klahaag
Copy link
Owner

klahaag commented Dec 28, 2016

The samples are in the /sample directory.
For a unix based system the call should be:
./KCFcpp -b 261,48,39,65 -o results.txt -s sample_sequence_compressed -i /%.05d.jpg

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
....

@Felicialalala
Copy link
Author

Ah, now I get it. Thank you for your help!
Wish you a happy new year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants