mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 12:09:42 +00:00
fix formatting
This commit is contained in:
@@ -120,25 +120,24 @@ You must strictly identify the video segments using ONLY the following labels. D
|
|||||||
# Output Format
|
# Output Format
|
||||||
Provide the output in valid JSON format.
|
Provide the output in valid JSON format.
|
||||||
Structure:
|
Structure:
|
||||||
{
|
{{
|
||||||
"subtasks": [
|
"subtasks": [
|
||||||
{
|
{{
|
||||||
"name": "EXACT_NAME_FROM_LIST",
|
"name": "EXACT_NAME_FROM_LIST",
|
||||||
"timestamps": {
|
"timestamps": {{
|
||||||
"start": "MM:SS",
|
"start": "MM:SS",
|
||||||
"end": "MM:SS"
|
"end": "MM:SS"
|
||||||
}
|
}}
|
||||||
},
|
}},
|
||||||
{
|
{{
|
||||||
"name": "EXACT_NAME_FROM_LIST",
|
"name": "EXACT_NAME_FROM_LIST",
|
||||||
"timestamps": {
|
"timestamps": {{
|
||||||
"start": "MM:SS",
|
"start": "MM:SS",
|
||||||
"end": "MM:SS"
|
"end": "MM:SS"
|
||||||
}
|
}}
|
||||||
}
|
}}
|
||||||
]
|
]
|
||||||
}
|
}}"""
|
||||||
"""
|
|
||||||
|
|
||||||
class VideoAnnotator:
|
class VideoAnnotator:
|
||||||
"""Annotates robot manipulation videos using local Qwen3-VL model on GPU"""
|
"""Annotates robot manipulation videos using local Qwen3-VL model on GPU"""
|
||||||
|
|||||||
Reference in New Issue
Block a user