oarriaga / paz

Hierarchical perception library in Python for pose estimation, object detection, instance segmentation, keypoint estimation, face recognition, etc.
https://oarriaga.github.io/paz/
MIT License
617 stars 102 forks source link

NonMaximumSuppression processor changed #279

Closed Manojkumarmuru closed 1 year ago

Manojkumarmuru commented 1 year ago

This pull request is created for the task of debugging the low mAP score of the SSD300 model after refactoring some of the paz processors.

Manojkumarmuru commented 1 year ago

Requires refactoring for a cleaner code.