-
Notifications
You must be signed in to change notification settings - Fork 578
Open
Description
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后面?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels