docs(explainable-palletizer): adapt recipe flow for Cosmos 3#1
Draft
nv-asotelo wants to merge 12 commits into
Draft
docs(explainable-palletizer): adapt recipe flow for Cosmos 3#1nv-asotelo wants to merge 12 commits into
nv-asotelo wants to merge 12 commits into
Conversation
…rchitecture diagram Document three control-loop examples (CALL_A_HUMAN, heavy base placement, mixed-SKU stacking) with UI screenshots, and update the workflow SVG to show App Server as the central hub.
23cb499 to
832d1f8
Compare
nv-asotelo
commented
Jun 24, 2026
| `/v1/chat/completions`. | ||
| - Local images in `jpg`, `jpeg`, `png`, or `webp` format. | ||
|
|
||
| ## GPU Requirements |
Owner
Author
There was a problem hiding this comment.
Please use the requirements of the original recipe please. This says nothing to the user.
nv-asotelo
commented
Jun 24, 2026
| | --- | --- | --- | | ||
| | [Cosmos3-Nano](https://huggingface.co/nvidia/Cosmos3-Nano) Reasoner, [vLLM](https://docs.vllm.ai/) or [Cosmos3 Reasoner NIM](https://catalog.ngc.nvidia.com/orgs/nim/teams/nvidia/containers/cosmos3-reasoner) | Reasoner | Inspect palletizing box images, explain handling risks, and emit bounded action recommendations | | ||
|
|
||
| **Original authors:** Kyungchan Son, Minsoo Song, Yujeong Jeong, and Yuri Rocha |
Owner
Author
There was a problem hiding this comment.
Keep to the original style guides, this is in the body. The credits should be in the header.
nv-asotelo
commented
Jun 24, 2026
| @@ -0,0 +1,260 @@ | |||
| # See How It Thinks: Mixed Palletizing with Explainable Visual Reasoning | |||
Owner
Author
There was a problem hiding this comment.
This Readme is an overlay to the original workflow_e2e.md and doesn't help a human reader. ensure everything a user needs - environment setup, credentials, and example use cases along with the graphics are on the front page (README)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
cookbooks/cosmos3/explainable-palletizer/README.md./v1/chat/completions, JSON artifacts, and local review from saved files.assets/main_workflow.svgto show the public input -> client -> Cosmos3 Reasoner -> artifacts/review flow.Human Entry Point
README.mdis the document humans should read first. It contains the complete overview, what runs, why explainable reasoning matters, prerequisites, quickstart, output contract, walkthrough scenarios, results, next steps, resources, and pointers to the appendix files.The companion files are supplements:
workflow_e2e.mdrun_custom_images_with_reasoner.mdserve_review_frontend.mdSection Mapping
README.mdtitle, credit, and model tableREADME.mdOverviewREADME.mdWhat You Will Run and Pipeline ComponentsREADME.mdWhy Explainable ReasoningREADME.mdBefore You StartREADME.mdPrerequisites and QuickstartREADME.mdOutput ContractREADME.mdWalkthrough Scenarios andworkflow_e2e.mdREADME.mdResults, Next Steps, ResourcesValidation
git diff --checkcookbooks/cosmos3/explainable-palletizer/for old model family names, old model IDs, adapter names, old service names, old run commands, and stale framing.README.md,workflow_e2e.md,run_custom_images_with_reasoner.md,serve_review_frontend.md, and image assets.run_custom_images_with_reasoner.md.serve_review_frontend.md.