megvii-research / MOTRv2

[CVPR2023] MOTRv2: Bootstrapping End-to-End Multi-Object Tracking by Pretrained Object Detectors
Other
343 stars 44 forks source link

How to deal with "list has no attribute boxes" #53

Open shuizk opened 9 months ago

shuizk commented 9 months ago

File "……/models/ops/models/motr.py", line 654, in forward gtboxes = gt.boxes.clone() AttributeError: 'list' object has no attribute 'boxes'