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

Add some description #2

Open
feymanpriv opened this issue Aug 17, 2017 · 6 comments
Open

Add some description #2

feymanpriv opened this issue Aug 17, 2017 · 6 comments

Comments

@feymanpriv
Copy link

Thank you for providing us with such a great C++ code!However, as a novice in the tracking field, I have met a lot of difficulties to learn your code.Would you please add some description such as a detailed README to help us to use this code and learn the algorithm?

@iyybpatrick
Copy link
Owner

iyybpatrick commented Aug 17, 2017 via email

@msnopko
Copy link

msnopko commented Aug 17, 2017

Hello,
is this algorithm able to work with real time video stream?

@iyybpatrick
Copy link
Owner

iyybpatrick commented Aug 17, 2017 via email

@msnopko
Copy link

msnopko commented Aug 17, 2017

But in line 634 you are reading an image from your disk and I am unable to create those images in advance. For example if we have 30 fps video stream, we need to create 30 foreground images and analyze them with trackers in one second. What is the best way to create those "foreground" images during program execution? I've read about Lobster in your papers, but I don't know how it actually works.

@iyybpatrick
Copy link
Owner

iyybpatrick commented Aug 17, 2017 via email

@feymanpriv
Copy link
Author

I want to finish the same work with you(M1R3C).And our videos are much longer than the ones in the dataset.It is not so wise to get per fg frame mask in advance and then apply the algorithm. But if we use background subtraction, analyze the fgs and assign trackers per frame at the meantime, it is difficult to achieve the real-time standard.

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

3 participants