mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-23 20:50:02 +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
|
||||
Provide the output in valid JSON format.
|
||||
Structure:
|
||||
{
|
||||
{{
|
||||
"subtasks": [
|
||||
{
|
||||
{{
|
||||
"name": "EXACT_NAME_FROM_LIST",
|
||||
"timestamps": {
|
||||
"timestamps": {{
|
||||
"start": "MM:SS",
|
||||
"end": "MM:SS"
|
||||
}
|
||||
},
|
||||
{
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "EXACT_NAME_FROM_LIST",
|
||||
"timestamps": {
|
||||
"timestamps": {{
|
||||
"start": "MM:SS",
|
||||
"end": "MM:SS"
|
||||
}
|
||||
}
|
||||
}}
|
||||
}}
|
||||
]
|
||||
}
|
||||
"""
|
||||
}}"""
|
||||
|
||||
class VideoAnnotator:
|
||||
"""Annotates robot manipulation videos using local Qwen3-VL model on GPU"""
|
||||
|
||||
Reference in New Issue
Block a user