fix formatting

This commit is contained in:
Pepijn
2025-11-28 13:27:20 +01:00
parent b98c70376b
commit fa5004bd8c
@@ -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"""