Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@irenaby irenaby released this 15 Jan 14:50
· 5 commits to main since this release
0bc7951

What's Changed

#27: Added the multiclass_nms_with_indices layer for PyTorch. This enhancement builds on the existing multiclass_nms layer by including an additional output of indices, enabling more flexible post-processing options based on NMS.

#32: Added the FasterRCNNBoxDecode layer for PyTorch, providing a PyTorch implementation equivalent to the Keras FasterRCNNBoxDecode layer.