Skip to content

Commit

Permalink
fix MaskMatrixNMS register (PaddlePaddle#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
yghstill authored Jan 22, 2021
1 parent 2f709dd commit 9a2651f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dygraph/ppdet/modeling/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ def __call__(self, hm, wh, im_shape, scale_factor):
return results, paddle.shape(results)[0:1]


@register
@serializable
class MaskMatrixNMS(object):
"""
Expand Down

0 comments on commit 9a2651f

Please sign in to comment.