We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The size of returned tensor should be
[K, C/(output_size[0]*output_size[1]), output_sizep[0], output_size[1]]
in https://github.com/pytorch/vision/blob/master/torchvision/ops/ps_roi_align.py#L42 and https://github.com/pytorch/vision/blob/master/torchvision/ops/ps_roi_pool.py#L36
This can be verified from https://github.com/pytorch/vision/blob/master/test/test_ops.py#L186 and https://github.com/pytorch/vision/blob/master/test/test_ops.py#L390
The text was updated successfully, but these errors were encountered:
@chengjuzhou Good spot, thanks for flagging it!
Would you like to send us a PR that fixes this?
Sorry, something went wrong.
Fixed in #3849, thanks @chengjuzhou !
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
📚 Documentation
The size of returned tensor should be
[K, C/(output_size[0]*output_size[1]), output_sizep[0], output_size[1]]
in
https://github.com/pytorch/vision/blob/master/torchvision/ops/ps_roi_align.py#L42
and
https://github.com/pytorch/vision/blob/master/torchvision/ops/ps_roi_pool.py#L36
This can be verified from
https://github.com/pytorch/vision/blob/master/test/test_ops.py#L186
and
https://github.com/pytorch/vision/blob/master/test/test_ops.py#L390
The text was updated successfully, but these errors were encountered: