duplicate-event-merge

Merge duplicate video event candidates by camera, type, ROI, related tracks, or window.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/bettercallfan/deerflow --skill duplicate-event-merge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duplicate-event-merge
Source: https://github.com/bettercallfan/deerflow/tree/main/skills/custom/video_surveillance/duplicate-event-merge
Command: npx skills add https://github.com/bettercallfan/deerflow --skill duplicate-event-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill efficiently merges duplicate video event candidates, reducing redundancy and improving the accuracy of event analysis.

Core Features & Use Cases

  • Event Candidate Merging: Merge events with the same camera, event type, ROI, related tracks, or overlapping time window.
  • Post-event-rule-engine: Use after event-rule-engine to ensure canonical events and duplicate mappings are accurate.
  • Use Case: For example, after identifying potential duplicate events, this Skill can be used to consolidate them, ensuring a cleaner and more accurate event log.

Quick Start

Run the 'duplicate-event-merge' skill to merge duplicate video event candidates.

Frequently Asked Questions about duplicate-event-merge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge duplicate video event candidates from the same camera?

To merge duplicate video event candidates, you need to consolidate events sharing the same camera, event type, ROI, related tracks, or overlapping time window. This process reduces redundancy and ensures a cleaner, more accurate event log for analysis.

What is the best way to consolidate overlapping video events for accurate analysis?

Consolidating overlapping video events involves merging candidates with shared attributes like time windows and related tracks. Using a dedicated event merging process after initial detection ensures canonical events and duplicate mappings are accurately maintained.

Do I need an event-rule-engine before merging duplicate video events?

Yes, you should use an event-rule-engine before merging duplicate video events. Processing candidates through the engine first ensures accurate canonical events and duplicate mappings, making the subsequent merging step reliable and effective.

How does duplicate detection handle video events with overlapping time windows?

Duplicate detection handles video events with overlapping time windows by identifying candidates that share the same camera, event type, ROI, or related tracks. It then merges these overlapping candidates to prevent redundant entries in your event log.

Can I use duplicate event merging for video event analysis with confidence scoring?

Yes, you can use duplicate event merging for video event analysis that involves confidence scoring. The merging process requires handling event candidate data and confidence scoring to accurately consolidate duplicates and improve overall event analysis.