-
Notifications
You must be signed in to change notification settings - Fork 31.1k
Fix video processing channel format #41603
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
Conversation
|
run-slow: vjepa |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
ydshieh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works, thank you. Do you know what it worked before you PR? (or your PR change something regarding this channel stuff?)
My PR stopped casting all inputs to a numpy format, so when a video is already a |
vasqu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some thoughts since I'm also exploring the vid processor myself in ernie vl :D
|
run-slow: vjepa |
vasqu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx, makes sense
|
slow CI is not running anymore 🥲 Locally it's green, so I believe it's really fixed |
|
Did my comment break up things? 👀 |
|
Lol, no, looks like slow CI isn't being triggered since yesterday night. I've had similar issues in other PRs |
What does this PR do?
FIxes failing VJEPA test. The test was failing because the video was not permuted to the correct format that torchvision expects
(T, C, H, W)