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

The length of Flownet2' s result is not equal to the length of input images, how to solve this #3

Open
lonelyqian opened this issue Apr 11, 2024 · 2 comments

Comments

@lonelyqian
Copy link

The length of flownet2 result for a img set is len(img_set) - 1.
I wonder how to get the optical flow for the last frame.
Could you please provide the VCOD train and test dataset?

@Sssssuperior
Copy link
Owner

During testing, I exclude the last frame, following the approach of some VSOD methods such as MBNM , FSNet , and UFO, which rely on optical flow. As VSCode serves as the unified model, we strive to maintain consistent settings between VSOD and VCOD. Additionally, I believe that the last frame is not crucial for VSOD and VCOD tasks, as the MATLAB evaluation tool disregards both the first and last frames during evaluation. When comparing our results with SOTA methods, we also exclude the last frame to ensure fair comparisons.

If you need optical flow information for the last frame, consider rearranging the sequence so that the last frame precedes the second-to-last frame.

The training and testing datasets can be found here: https://pan.baidu.com/s/1x4DssOItYypR1Erg6L3Sdw (pin: xgtj)

@lonelyqian
Copy link
Author

Thank you

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