Releases: sony/custom_layers
Releases · sony/custom_layers
v0.3.0
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.
Black-Duck Reports 0.3.0
Merge pull request #32 from sony/boxdecode [torch] add box decode