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

Question about the evaluation #12

Closed
qianduoduolr opened this issue Feb 23, 2023 · 2 comments
Closed

Question about the evaluation #12

qianduoduolr opened this issue Feb 23, 2023 · 2 comments

Comments

@qianduoduolr
Copy link

Hi:
Thanks for your great job. I have a problem with the evaluation.
The paper proposes two different ways for evaluation (first or stride fashion). Using the first fashion for a point only in the first frame to be tracked, if the point is occluded at a certain timestamp t, and then appears again, is the predicted trajectory after t will be evaluated?

@serycjon
Copy link

yes, only the timestamps before the starting point are ignored ( https://github.com/deepmind/tapnet/blob/e8e85c7a55b91524984d54a6eaa2e855efcd7eeb/evaluation_datasets.py#L114 ). Note that the starting point is not always the first frame (frame number 0), but instead, it is the first frame where the given point was visible. E.g. some point is evaluated from frame 17 forward.

@qianduoduolr
Copy link
Author

Thanks for your reply.
In the situation we mentioned above, I wonder how TAPNet deals with the occlusions. I find the model leverages the Huber loss only at visible points. When a point is occluded in the next frame and appears later, how the model performs point tracking?

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