xingyizhou / GTR

Global Tracking Transformers, CVPR 2022
374 stars 57 forks source link

About gtr_roi_heads.py #25

Open isyangshu opened 2 years ago

isyangshu commented 2 years ago

In Line 242, An exception is thrown when len(ind)>=1, but the relevant situation is handled later; How to understand this code, what is the reason if I keep throwing exceptions; Thanks!

xiaotaia commented 1 year ago

@isyangshu hello!Did you solve it?