Fragmentation grouping
Fragmentation grouping (파편화 해소)는 여러 조각난 객체 따위를 그룹핑하여 하나의 객체로 묶어준다. 단편화 해소라고도 한다.
Categories
- Non-Maximum Suppression (비-최대 억제) - 중첩된 IoU들 중 가장 점수가 높은 IoU만 남기고 제거하는 방법. yolo에서 사용됨
- Particle filter (파티클 필터)
See also
- Image Processing
- partitioned
- non-hierarchical agglomerative clustering approach
Favorite site
- [추천] Multi-class object tracking algorithm that handles fragmentation and grouping 1
- [추천] Multiple Hypothesis Target Tracking Using Merge and Split of Graph’s Nodes 2
- ROBUST OBJECT TRACKING USING LOCAL KERNELS AND BACKGROUND INFORMATION 3
- Creating Regions of Interest (ROI) by clustering fragmented contours
- Stackoverflow: How to Handle Occlusion and Fragmentation (Particle filter)