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
Given 1 <= h_iter <= win_end_h - 1 and 1 <= w_iter <= win_end_w -1, for the parameters passed to PrRoIPoolingMatCalculation, s_h and s_walways equal y0 and x0respectively, and e_h and e_walways equal y1 and x1respectively.
Are these settings what you expected?
The text was updated successfully, but these errors were encountered:
Define of
PrRoIPoolingMatCalculation
PreciseRoIPooling/src/prroi_pooling_gpu_impl.cu
Lines 71 to 72 in 8ee2a64
When called
PrRoIPoolingMatCalculation
inPrRoIPoolingForward
PreciseRoIPooling/src/prroi_pooling_gpu_impl.cu
Lines 204 to 209 in 8ee2a64
Given
1 <= h_iter <= win_end_h - 1
and1 <= w_iter <= win_end_w -1
, for the parameters passed toPrRoIPoolingMatCalculation
,s_h
ands_w
always equaly0
andx0
respectively, ande_h
ande_w
always equaly1
andx1
respectively.Are these settings what you expected?
The text was updated successfully, but these errors were encountered: