一键导入
kuavi-predictive
Predictive video understanding — anticipate actions, predict future content, verify coherence, classify activities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Predictive video understanding — anticipate actions, predict future content, verify coherence, classify activities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compositional pixel analysis patterns using kuavi_eval for counting, motion detection, change tracking, and visual comparison. Use when questions require precise measurements, object counting, or frame-by-frame comparison.
Full end-to-end video analysis with KUAVi
Multi-video corpus indexing and cross-video search
Deep multi-pass video analysis with parallel sharding and zoom
Multi-pass search with query refinement for hard-to-find video content. Use when initial search returns low-confidence results or no matches.
Index a video file for KUAVi analysis
| name | kuavi-predictive |
| description | Predictive video understanding — anticipate actions, predict future content, verify coherence, classify activities |
Use V-JEPA 2-powered predictive tools for forward-looking video understanding.
Predict what happens next after a given timestamp.
kuavi_anticipate_action(time_point=45.0)
Predict future video content from a time range.
kuavi_predict_future(start_time=30.0, end_time=45.0)
Score temporal coherence across video segments and detect anomalies.
kuavi_verify_coherence()
Classify a video segment using attentive probes trained on benchmark tasks.
kuavi_classify_segment(start_time=10.0, end_time=20.0)
kuavi_search_video("current activity", field="action") to locate the momentkuavi_anticipate_action(time_point=<end_of_activity>) to predict next actionkuavi_extract_frames around the predicted time to verifykuavi_verify_coherence() to get per-segment coherence scoreskuavi_extract_frames around anomalous transitions to inspectkuavi_classify_segment(start_time, end_time) for benchmark labelskuavi_search_video(field="action") for caption-based description