-
Notifications
You must be signed in to change notification settings - Fork 32
fix: correctly set last_frames with num_conditional_frames #79
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
base: main
Are you sure you want to change the base?
Conversation
|
However, one thing to notice is that although the commit fixes the Also, I think what users expect from robot_depth.mp4 |
|
Not sure whether |
|
While this PR does allow 0 conditional frames, that results in a lack of chunkwise consistency. Let me discuss if that's useful internally - maybe it's better to only allow |
|
I updated the documentation internally to better explain that Could you resolve the conflict and run linting via precommit? Happy to merge as soon as that's done and sorry about the delay! |
|
I just noticed this PR and I wanted to mention that allowing 0 conditional frames is VERY useful to my application! It is the only way I have found to be able to run Cosmos2.5 Transfer with only HDMap input as we do not have access to RGB input for our application. If there's another way to handle no RGB input I would be glad to hear it because the performance is not as good as Cosmos2.5 should be but so far this is the only work around I've seen that allows me to run Cosmos2.5 Transfer at all. |
# Conflicts: # cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py
I've just resolved the merge conflict and run precommit. The behavior is the same as before the previous version before the conflict. |
This should be a trival fix based on #76 (comment). Could you take a look @pjannaty @aryamancodes ?