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

NonMaximumSuppression processor changed #282

Merged
merged 47 commits into from
May 26, 2023

Conversation

Manojkumarmuru
Copy link
Contributor

  • NonMaximumSuppression now additionally returns class_labels.
  • New processor MergeNMSBoxesWithClass made.
  • Code refactored.
  • Docstrings elaborated.
  • Issues with processors used in Postproccess fixed, hence SSD300 achieves an mAP of 0.7513. (However, new training has to be run).
  • Unit tests for nms_per_class() and merge_box_with_class() has been made.
  • Documentation updated.
  • All test cases pass.

Manojkumarmuru and others added 30 commits February 24, 2023 01:01
…s_per_class, docstrings made more informative
… is put inside a separate function called pre_filter_nms
@oarriaga oarriaga merged commit 50d370c into oarriaga:master May 26, 2023
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

Successfully merging this pull request may close these issues.

2 participants