Detecting videos mask
Detecting_videos_mask
Detect valid segments in video sequences based on bounding box continuity. Features: 1. Analyze image sequences and corresponding bounding boxes 2. Identify continuous segments based on frame-to-frame continuity 3. Filter segments by minimum length requirement 4. Handle multiple detection regions with confidence-based selection 5. Output segment data for further processing 检测视频序列中基于边界框连续性的有效片段 功能: 1. 分析图像序列和对应的边界框数据 2. 基于帧间连续性识别连续片段 3. 根据最小长度要求过滤片段 4. 处理多检测区域情况,支持基于置信度的选择 5. 输出片段数据供后续处理
Pack: ComfyUI-WJNodes
custom_nodes.ComfyUI-WJNodes
Inputs (5)
Outputs (3)
| Name | Type |
|---|---|
| segments_data | segments_data |
| segment_bboxes | LIST |
| segment_count | INT |