Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deep_sort/sort/tracker.py函数疑惑 #259

Open
goljx opened this issue Feb 17, 2023 · 0 comments
Open

deep_sort/sort/tracker.py函数疑惑 #259

goljx opened this issue Feb 17, 2023 · 0 comments

Comments

@goljx
Copy link

goljx commented Feb 17, 2023

    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份相同的数据呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant