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
Thank you for the code.But there seems to be a mistake?
in RoIAlign-RoIPool-pytorch/roialign/roi_align_kernel.cu , Line 85:
it should be :
const T *offset_input = input + (roi_batch_idx * channel+ c) * h * w;
Thank you for the code.But there seems to be a mistake?

in RoIAlign-RoIPool-pytorch/roialign/roi_align_kernel.cu , Line 85:
it should be :
const T *offset_input = input + (roi_batch_idx * channel+ c) * h * w;