You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a pytorch beginner. Recently I am trying to implement the ROIAlign in PyTorch with CropAndResize and torch.nn.functional.max_pool2d . But the output is different from torchvision.ops.RoIAlign.
I am not sure whether I have some misunderstanding of RoIAlign or there is some problem in using CropAndResize. I could not appreciate it more if anyone offers help.
The text was updated successfully, but these errors were encountered:
Hi,
I am a pytorch beginner. Recently I am trying to implement the ROIAlign in PyTorch with
CropAndResize
andtorch.nn.functional.max_pool2d
. But the output is different fromtorchvision.ops.RoIAlign
.code:
one case of output:
I am not sure whether I have some misunderstanding of RoIAlign or there is some problem in using
CropAndResize
. I could not appreciate it more if anyone offers help.The text was updated successfully, but these errors were encountered: