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

TEM_scores #17

Closed
DoublePan-Oh opened this issue Feb 25, 2022 · 5 comments
Closed

TEM_scores #17

DoublePan-Oh opened this issue Feb 25, 2022 · 5 comments

Comments

@DoublePan-Oh
Copy link

What's the meaning of the action start end in the TEM_scores files?

Thank you for your reply.

@sparkstj
Copy link
Collaborator

sparkstj commented Mar 2, 2022

Hi, these are the actionness, starting, and ending probabilities in the corresponding frame.

@DoublePan-Oh
Copy link
Author

DoublePan-Oh commented Mar 2, 2022 via email

@sparkstj
Copy link
Collaborator

sparkstj commented Mar 4, 2022

Yes, but the final feature dimension is co-determined by the final avg3dpooling layer in I3D. The pooling kernel we used is (8,7,7) and the stride is (1,1,1), therefore the feature dimension should be (N//8-7, C).

@Rishitha1234
Copy link

How to implement this code??
Can you explain me in detail (step by step)??

@sparkstj
Copy link
Collaborator

sparkstj commented Mar 17, 2022

You can check this repo for detailed code. It is the exact code we use to generate thumos features, with a mild modification on the avgpooling layer after Mixed_5c (kernel from (2,7,7) to (8,7,7)) .

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