원클릭으로
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