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

problem #7

Open
xubangwu opened this issue Jul 25, 2021 · 2 comments
Open

problem #7

xubangwu opened this issue Jul 25, 2021 · 2 comments

Comments

@xubangwu
Copy link

hello,I have a probelm, in the 'exploader.py' , the 168 line shows us that change_size[:,:,1:4]=d1,d2,d2 and change_size[:,:,4:6]=flow3d, then we get the rectified 3D flow named 'p3d' from the 202 line, but the 203 line shows that we replace the 'd1,d2,d2' with the rectified 3D flow named 'p3d', I have the problem why we do not replace the old flow3d which is change_size[:,:,4:6] with 'p3d'?

@gengshan-y
Copy link
Owner

Hi, I may not follow your question. 3d flows are not replaced because they will be used at training time.
I updated exploader.py to make it clearer. The code is not cleaned up yet and sorry for any confusion due to variable names.

@xubangwu
Copy link
Author

Thank you very much. I understand what you mean.

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