mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +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(
|
raise ValueError(
|
||||||
f"Visual feature mismatch between policy and robot hardware.\n"
|
f"Visual feature mismatch between policy and robot hardware.\n"
|
||||||
f"Policy expects: {expected_visuals}\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 -------------
|
# --- 5. Dataset -------------
|
||||||
|
|||||||
Reference in New Issue
Block a user