fix recalculation bug in match_gt2pred_quick #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修复issue#64:当unmatched_pred_indices为空时,convert_final_matches函数会向converted_results中添加pred为空的条目,这些条目在merge_duplicates_add_unmatched中被计算了两次,主要漏洞在于match_quick.py第148行结束后没有将gt下标加入到processed_gt,提交的代码修复了这一问题