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

Does the MemoryReader match between 3 frames or between all memory frames? #16

Closed
longmalongma opened this issue Jul 12, 2021 · 4 comments

Comments

@longmalongma
Copy link

Hi, your code reads 3 frames at a time for segmentation. Does the MemoryReader match between 3 frames or between all memory frames? After segmenting frame 2 with frame 0 and 1, how to segment frame3?

@hkchengrex
Copy link
Owner

Frame 0 -> given
Frame 1 -> from frame 0
Frame 2 -> from frame 1 and 2

There is no frame 3.

@longmalongma
Copy link
Author

Does the MemoryReader match between 3 frames or between all memory frames?

Thanks for your reply. Do you mean to take only 3 frames in each video sequence? Does the MemoryReader match between 3 frames or between all memory frames?

@hkchengrex
Copy link
Owner

In training, only 3 frames are taken. Memory matching is between the frames that I mentioned above (left and right).

@longmalongma
Copy link
Author

In training, only 3 frames are taken. Memory matching is between the frames that I mentioned above (left and right).

Ok, I got it, thank you very 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

2 participants