mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-07 10:01:56 +00:00
fix(rollout): improve visual feature mismatch error with --rename_map hint
This commit is contained in:
@@ -320,7 +320,8 @@ def build_rollout_context(
|
||||
raise ValueError(
|
||||
f"Visual feature mismatch between policy and robot hardware.\n"
|
||||
f"Policy expects: {expected_visuals}\n"
|
||||
f"Robot provides: {provided_visuals}"
|
||||
f"Robot provides: {provided_visuals}\n"
|
||||
"Use --rename_map to map camera names."
|
||||
)
|
||||
|
||||
# --- 5. Dataset -------------
|
||||
|
||||
Reference in New Issue
Block a user