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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi,
I'm having issues regarding roi_align.py, it always throws Not compiled with GPU support in the following line: output = _C.roi_align_forward(input, roi, spatial_scale, output_size[0], output_size[1], sampling_ratio)
Any help is highly appreciated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
❓ Questions and Help
Hi,
I'm having issues regarding
roi_align.py
, it always throwsNot compiled with GPU support
in the following line:output = _C.roi_align_forward(input, roi, spatial_scale, output_size[0], output_size[1], sampling_ratio)
Any help is highly appreciated.
The text was updated successfully, but these errors were encountered: