weecology / DeepForest-pytorch

Pytorch implementation of the deepforest model for tree crown RGB detection.
MIT License
17 stars 9 forks source link

Is non-max suppression called per class? #37

Closed bw4sz closed 3 years ago

bw4sz commented 3 years ago

In a multi-class setup, are overlapping boxes first sorted by class? We want class-agnostic non-max suppression.

bw4sz commented 3 years ago

Complete.