Soft-nms in Pytorch : computervision
www.reddit.com › lm119s › softnms_in_pytorchSoft-nms in Pytorch Python I would like to share something I have been working on lately. It is a implementation of soft-nms in PyTorch. It is implemented in PyTorch's C++ frontend (for better performance, but can be called from python) and include features such as torch-scriptability (i.e. you can export it for deployment).