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.59k stars 598 forks source link

torchsummary.summary #655

Open cyy18 opened 2 years ago

cyy18 commented 2 years ago

When I use “torchsummary.summary(model)” in test.py. It give me TypeError:forward() missing 1 required positional argument: 'img_metas'. How can I solve this question? Thanks a lot!

dyhBUPT commented 2 years ago

Hi, maybe this will help: https://github.com/open-mmlab/mmdetection/issues/6737