현재 Real-time detection SOTA에
MOT20에 대해 tracking sota를 달성하고 있는 boosttrack에서의 tracking algorithm만 빼와서 적용시켜볼 계획,
우선 boosttrack에 대한 리뷰 후, 해당을 진행하도록 하겠다.
해당 과정은 계속 update할 것이며, github가 먼저 update되니 참조
https://github.com/yeongjinHwang/RT-DETR
(실제로 detection하고, tracking도 가능해야 영상 데이터에 대해서, 다른 frame에서 서로 같은것임을 판단할 수 있으므로)
우선, boosttrack에 대해 리뷰를 할텐데, 성능과 latency사이에서, real-time에 적합하지않다고 생각한다면,
다른 tracking paper들도 찾아보도록 할 예정
1. 1차적 전처리를 통한 성능향상(hyperparam동일)
2. RT-DETR -> D-FINE 리뷰후 변경 계획
'Study > computer vision' 카테고리의 다른 글
D-FINE: Redefine Regression Task in DETRs as Fine-grained Distribution Refinement (1) | 2024.12.19 |
---|---|
BoostTrack++: using tracklet information to detect more objects in multiple object tracking (1) | 2024.12.13 |
RT-DETR : DETRs Beat YOLOs on Real-time Object Detection (0) | 2024.12.11 |
DETR : Inference code review (0) | 2024.12.10 |
DETR : End-to-End Object Detection with Transformers (0) | 2024.12.10 |