open-mmlab / mmtracking

OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
https://mmtracking.readthedocs.io/en/latest/
Apache License 2.0
3.58k stars 597 forks source link

Does QDTrack/ByteTrack support detectors like ATSS? #519

Open AndrewGuo0930 opened 2 years ago

AndrewGuo0930 commented 2 years ago

Just like the question, I'd like to use ATSS/RetineNet rather than Faster-RCNN as the detector of QDTrack or ByteTrack. Is that all right?

JingweiZhang12 commented 2 years ago

To my knowledge, it's OK.

AndrewGuo0930 commented 2 years ago

But when I use ATSS as the detector of QDTrack, it shows me the error ATSS "with_rpn=false". What does it mean?