Views
No views yet
qwen/: local Qwen3-VL annotation, event segmentation, and camera-motion classification scripts.gemini/: Gemini API wrappers that reuse the Qwen annotation pipeline schema and post-processing.scripts/multi-event/: shell launchers for batched multi-GPU annotation runs.data/, annotations/, logs/, and checkpoints/.bash scripts/multi-event/run_multi_event_annotations.sh data/example_segments annotations/qwen/multi_event/output.json --resume1export GEMINI_API_KEY=your_api_key
2python gemini/generate_multi_event_annotations.py --input data/example_segments --output annotations/gemini/multi_event/output.json --recursive --resumepython qwen/segment_events_qwen3vl.py data/video.mp4 --output annotations/segments/video_events.jsonpython qwen/classify_camera_motion_qwen3vl.py data/video.mp4 --output annotations/camera/video_camera.json--model-path or MODEL_PATH.ffmpeg and ffprobe must be available on PATH.GEMINI_API_KEY or GOOGLE_API_KEY.