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

deepsort级联匹配问题 #212

Open
littlesquirrel2017 opened this issue Feb 27, 2024 · 0 comments
Open

deepsort级联匹配问题 #212

littlesquirrel2017 opened this issue Feb 27, 2024 · 0 comments

Comments

@littlesquirrel2017
Copy link

tensorRT_Pro/blob/main/src/application/tools/deepsort.cpp中 line881~line886:

 for (auto index : unmatched_objects_index) {
                objects_[index].mark_missed();
            }
            for (auto index : unmatched_boxes_index) {
                this->new_object(boxes[index]);
            }

是不是应该放到级联匹配里面? 即是不是应该放到line877后面?

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