MOTRv2
MOTRv2 copied to clipboard
Questions about label losses for disappear tracks
trafficstars
Dear authors,
I have a problem about labels loss in MOTR-v2.
In https://github.com/megvii-research/MOTRv2/blob/main/models/motr.py#L147, the default gt value of labels is set to 1, for J == -1(disappear track), the labels value will keep as 1 and used for following training. Should the default value be self.num_classes?
Thanks!
Sorry for the late reply, we will check it soon.