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

choice of making flow tensor #48

Open
ratnesh1729 opened this issue Feb 6, 2019 · 1 comment
Open

choice of making flow tensor #48

ratnesh1729 opened this issue Feb 6, 2019 · 1 comment

Comments

@ratnesh1729
Copy link

https://github.com/jeffreyhuang1/two-stream-action-recognition/blob/master/dataloader/motion_dataloader.py#L55
variable j starts from 0, so according to line 55 and 56, first frames optical flow - u and v - will be in:
flow[-2,:,:] and flow[-1,:,:]. While it makes sense for it to be flow[0,:,:] and flow[1,:,:] ?

@ratnesh1729
Copy link
Author

#28
addresses this to an extent - but the code is still incorrect.

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

1 participant