You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a flag that allows you to carry out the non maximum class separately for different classes?
I have a use case where a large object can sometimes have a smaller object attached to it. The problem is that the bounding box of the smaller object (if it is present) is always suppressed by the bounding object of the larger object.
I have found a hacky solution that works for me, but I think that it would be useful to a have a general solution.
The text was updated successfully, but these errors were encountered:
Right now the non maximum suppression is performed for all the bounding boxes for all the classes.
yolov3-tf2/yolov3_tf2/models.py
Line 175 in f38bb5a
Would it be possible to add a flag that allows you to carry out the non maximum class separately for different classes?
I have a use case where a large object can sometimes have a smaller object attached to it. The problem is that the bounding box of the smaller object (if it is present) is always suppressed by the bounding object of the larger object.
I have found a hacky solution that works for me, but I think that it would be useful to a have a general solution.
The text was updated successfully, but these errors were encountered: