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.5k stars 586 forks source link

Resnet question? #533

Open lijoe123 opened 2 years ago

lijoe123 commented 2 years ago

I want to know what's the different between mmdetection's resenet and mmtracking's resnet? If they are in the same, may i use the plugins in the resnet? image

dyhBUPT commented 2 years ago

The resnet in mmtracking is imported from mmdetection. You can try to use it as in mmdet.