aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.38k stars 650 forks source link

condinst how to use mask NMS? #179

Open YQYI opened 4 years ago

YQYI commented 4 years ago

hello, according to paper mask nms can slightly improve result,but how to set the config file to use it?

tianzhi0549 commented 4 years ago

@YQYI Mask NMS is not included in the code.

YQYI commented 4 years ago

@YQYI Mask NMS is not included in the code.

it looks like a good idea, may be it will slow down speed? why not included?

YQYI commented 4 years ago

@YQYI Mask NMS is not included in the code.

Thanks alot!

tianzhi0549 commented 4 years ago

@YQYI Our implementation is slow, and it should be easy to implement your own one.