-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[None][feat] Cosmos3 action generation #17325
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
d2a42c3
cosmos3 action init
NVShreyas c369c86
updates
NVShreyas 8816958
add action fps optional input
NVShreyas d7b3b4b
add action to media API, example script fixes
NVShreyas e39caa8
fix visualgen output test
NVShreyas 944e5a8
unwaive test
NVShreyas 8b8aa44
fix test
NVShreyas f3b25da
Revert "unwaive test"
NVShreyas 6bf9ba9
address Cosmos3 action review comments
NVShreyas bf13fa2
[None][fix] Cosmos3 action: mRoPE scaling, action widths, trained cap…
ishovkun 8dc272d
Merge upstream/main into Cosmos3 action
ishovkun d9fd796
[None][feat] Decode Cosmos3 action references on NVDEC with fit+pad
ishovkun ed95113
[None][fix] Retire the Cosmos3 action path's own video reader
ishovkun 1f9c0d5
[None][fix] Reconcile Cosmos3 action with the merged main behaviours
ishovkun bf1857f
[None][feat] Serve action requests as a tensor payload, not a silent …
ishovkun 79ee31e
[None][doc] Cosmos3 action README: encoded clip input, tensor-payload…
ishovkun 1b3daea
[None][fix] Cosmos3 action: review follow-ups across serve, media and…
ishovkun b573c00
[None][fix] Cosmos3 action: keep an explicit frame_rate, drop the V2V…
ishovkun 29a2de9
[None][fix] Cosmos3: drop a shadowed VAE encode and duplicated prose
ishovkun d9bd437
[None][feat] Return only the action tensor, not the request that aske…
ishovkun a98e031
[None][doc] Cosmos3 README: keep the original title
ishovkun 90ce4d1
[None][fix] Cosmos3 action: restore the checkpoint sigmas, reject emp…
ishovkun 1c252f5
[None][chore] Drop an unused mask binding in the action latent test
ishovkun 5ef4ef1
[None][chore] Drop a dead range on a literal-typed action param
ishovkun b80734a
Merge remote-tracking branch 'upstream/main' into pr-15890-cosmos3-ac…
ishovkun e5a67b8
[None][fix] Check the action latent dtype, cover the action resize he…
ishovkun 070df05
Merge remote-tracking branch 'upstream/main' into pr-15890-cosmos3-ac…
ishovkun 77b9be2
[None][perf] Build the Cosmos3 side-stream rope tables once per request
ishovkun 8fa221f
[None][fix] Resolve Cosmos3 action defaults by provenance, not by value
ishovkun 4a3cb48
[None][test] Exclude anyio's pool thread from the thread-leak check
ishovkun 68be7d7
Revert "[None][test] Exclude anyio's pool thread from the thread-leak…
ishovkun 6860fbc
[None][test] Outwait FileResponse's reader thread in the serve-endpoi…
ishovkun 374fc5d
Merge remote-tracking branch 'upstream/main' into pr-15890-cosmos3-ac…
ishovkun c45108e
[None][fix] Restore transformer action wiring lost in the Edge merge
ishovkun 4c6073e
[None][test] Edge synthetic checkpoints carry the action weights they…
ishovkun 0c02811
Merge remote-tracking branch 'upstream/main' into cosmos3-action
ishovkun b8677f6
Merge upstream/main (Cosmos3 transfer #16394) into cosmos3-action
ishovkun e6a76a7
[None][fix] Thin the Cosmos3 action reference to the embodiment's fra…
ishovkun fbbaa48
[None][test] Align the short-reference assertion with the thinning er…
ishovkun 1f90daa
[None][chore] Collapse a dict literal ruff-format rejects
ishovkun fdda076
Merge upstream/main into cosmos3-action
ishovkun 4b2b6d8
[None][test] Waive test_wan_t2v_example (corrupt NVFP4 checkpoint on …
ishovkun 1fcf462
Merge upstream/main into cosmos3-action
ishovkun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
examples/visual_gen/models/cosmos3/prompts/action_forward_dynamics.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "model_mode": "image2video", | ||
| "prompt": "Robot manipulation rollout: the right arm extends to the fruit display, picks up a pear, and places it into the bag in the shopping cart.", | ||
| "vision_path": "https://github.com/nvidia-cosmos/cosmos-dependencies/raw/refs/heads/assets/cosmos3/inputs/vision/robot_153.jpg" | ||
| } |
4 changes: 4 additions & 0 deletions
4
examples/visual_gen/models/cosmos3/prompts/action_inverse_dynamics.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "model_mode": "image2video", | ||
| "prompt": "Recover the robot action trajectory from this clip of the arm picking up a pear and placing it into the bag." | ||
| } |
5 changes: 5 additions & 0 deletions
5
examples/visual_gen/models/cosmos3/prompts/action_policy.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "model_mode": "image2video", | ||
| "prompt": "Pick up the pear from the fruit display and place it into the plastic bag in the shopping cart.", | ||
| "vision_path": "https://github.com/nvidia-cosmos/cosmos-dependencies/raw/refs/heads/assets/cosmos3/inputs/vision/robot_153.jpg" | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.