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.