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

Where is 2 stream itself? #21

Open
sudonto opened this issue Sep 15, 2018 · 4 comments
Open

Where is 2 stream itself? #21

sudonto opened this issue Sep 15, 2018 · 4 comments

Comments

@sudonto
Copy link

sudonto commented Sep 15, 2018

Hi @wadhwasahil , @stillbreeze ,

As stated in the project's title, I suppose to see your model/network in 2 streams (2 inputs) but I only see spatial and temporal model in seperate network (i.e. you did not merge these models into 1 big model).
Is it an unfinished project or is this your intention?

Thank you.

@stillbreeze
Copy link
Collaborator

The repo is a re-implementation of the 2 stream CNN paper by Simonyan et al (https://papers.nips.cc/paper/5353-two-stream-convolutional-networks-for-action-recognition-in-videos.pdf).

The paper trains the streams individually and does late fusion with the softmax through averaging or learning an SVM on normalized features. So there's no merging into a bigger model.

@sudonto
Copy link
Author

sudonto commented Sep 16, 2018

Ah, so far I have been wrong in understanding the term of "late fusion".
So, in which part of the code did you fuse with softmax then average the result? Also, is it possible to jointly train the network for both spatial and temporal and then achieve the same result?

@wadhwasahil
Copy link
Owner

@sudonto yes you can train them jointly but due to lack of resources we had to train them separately.

@sudonto
Copy link
Author

sudonto commented Sep 17, 2018

Thank you for the answer. So, in which part of the code did you compute the average of softmax score to get the class accuracy? Sorry for asking too much.

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