Is there any plan to add classes of torchvision/ops?
roi_align and boxes are required, they are not implemented in TorchSharp
return torch.ops.torchvision.roi_align(
input, rois, spatial_scale, output_size[0], output_size[1], sampling_ratio, aligned
)