Closed YuPeize closed 6 years ago
Thanks a lot for bring this up. Let me double check and get back to you.
You are right. There is a possibility that tmp_trk.no_losses>0, then the same detection is matched again. Thus tmp_trk.no_losses needs to be reset to zero. Thanks again for you spotting this bug!
Thanks for your approval!
Great. Let me close this issue for now.
Whether an operation
tmp_trk.no_losses = 0
should be performed after the operationtmp_trk.hits += 1
?