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 # 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"""