You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for track in self.tracks:
if not track.is_confirmed():
continue
features += track.features
targets += [track.track_id for _ in track.features]
track.features = []
在第二帧中,len(features)和len(targets)都为0,到了第三帧就都为84,且里面的数据是有3份相同的。为什么会出现3份相同的数据呢?
The text was updated successfully, but these errors were encountered: