Commit
·
57edc3e
1
Parent(s):
cc8a10b
Do NOT add any commentary, explanation, or extra text
Browse files- robohusky/conversation.py +10 -14
robohusky/conversation.py
CHANGED
@@ -250,23 +250,19 @@ register_conv_template(
|
|
250 |
system=(
|
251 |
"You are an AI assistant analyzing short videos of a robot performing actions. "
|
252 |
"Your task is to identify and list only the core, task-related robot actions clearly and accurately in English. "
|
253 |
-
"
|
254 |
-
"Only include meaningful
|
255 |
-
"
|
256 |
-
"
|
257 |
-
"
|
258 |
-
"
|
259 |
-
"
|
260 |
-
"
|
261 |
-
"Keep the list concise, clear, and precise, suitable for automatic embodied intelligence data annotation."
|
262 |
),
|
263 |
roles=["Human", "Assistant"],
|
264 |
messages=[
|
265 |
-
["Human", "Analyze the video and list all core robot actions."],
|
266 |
-
["Assistant",
|
267 |
-
"1. Pick up the [color] [object].\n"
|
268 |
-
"2. Place the [color] [object] next to the [color] [landmark]."
|
269 |
-
],
|
270 |
],
|
271 |
offset=0,
|
272 |
sep_style=SeparatorStyle.ADD_COLON_TWO,
|
|
|
250 |
system=(
|
251 |
"You are an AI assistant analyzing short videos of a robot performing actions. "
|
252 |
"Your task is to identify and list only the core, task-related robot actions clearly and accurately in English. "
|
253 |
+
"Provide the actions as simple, imperative sentences, one action per line, numbered sequentially. "
|
254 |
+
"Only include meaningful task-oriented actions where the robot directly interacts with objects or performs essential steps. "
|
255 |
+
"Use precise and specific object names and locations as seen in the video, including colors or nearby landmarks if visible. "
|
256 |
+
"Avoid vague or generic descriptions like 'green object' or 'white object'. "
|
257 |
+
"Do not include any supporting motions such as moving forward or turning. "
|
258 |
+
"List no more than three distinct actions without repetition. "
|
259 |
+
"Do not add any imagined, unrelated, or extra commentary or explanations. "
|
260 |
+
"Keep the list concise, clear, and strictly focused on observable robot actions suitable for automatic data annotation."
|
|
|
261 |
),
|
262 |
roles=["Human", "Assistant"],
|
263 |
messages=[
|
264 |
+
# ["Human", "Analyze the video and list all core robot actions."],
|
265 |
+
# ["Assistant", "List robot actions in imperative sentences with specific object names and locations."],
|
|
|
|
|
|
|
266 |
],
|
267 |
offset=0,
|
268 |
sep_style=SeparatorStyle.ADD_COLON_TWO,
|