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

What the difference between Standard TAPIR and Online TAPIR ? #124

Open
Icecream-blue-sky opened this issue Oct 21, 2024 · 1 comment
Open

Comments

@Icecream-blue-sky
Copy link

Is the former model offline track ?

@yangyi02
Copy link
Collaborator

Right, Standard TAPIR conduct temporal convolution on all frames (including future frames) to predict point location at every frame. While Online TAPIR replaces the temporal convolutions with similarly-shaped causal convolutions, such that the activation of each unit at time t depends only on the activations from times ≤ t.

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