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

Understanding TSN setup #25

Open
kiyoon opened this issue Jan 19, 2021 · 1 comment
Open

Understanding TSN setup #25

kiyoon opened this issue Jan 19, 2021 · 1 comment

Comments

@kiyoon
Copy link

kiyoon commented Jan 19, 2021

In table 3 on paper, apparently you used 1 or 3 frames for TSN experiments.
What does it mean? Why did you train using 3 frames and test using 250 frames?
The task 3 is really challenging and it doesn't make sense to solve it using only 3 frames. I must have been mistaken about the setup.
Does it mean you sampled 3 frames per segment? Then how many segments are used and how many total frames are seen on training time?

Also, what is the detailed setup for the TSN+LSTM? It appears that you used 10 clips for the LSTM on 3D models, but using TSN did you still use 10 "frames"? Or how did you set it up for the TSN?

Lastly, do you have any plan for releasing the TSN code?

Thanks a lot for your awesome research!!

@rohitgirdhar
Copy link
Owner

Hi @kiyoon, thanks for your interest.

  • For TSN I used 1 frame each from 3 segments. However at test time you can still run the network on any number of uniformly sampled frames.
  • For TSN, I use the 250 segments at test time (as also used for average pooling)
  • Unfortunately I've been a bit swamped so was only able to release the R3D part since that performed better anyway. However I'll keep it in mind if I get a chance.

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