roi_pooling icon indicating copy to clipboard operation
roi_pooling copied to clipboard

four ways to compare the speed of roi pooling in pytorch

Results 5 roi_pooling issues
Sort by recently updated
recently updated
newest added

what‘s the mean of scale used in ROI pooling? Does it means:like 8 means the feature map is 1/8 size of input image?

I have a feature map and the boundary box coordinates of the region proposals, can I use your code to get the RoI pooled features for the region proposals? If...

I use your code in faster rccn.When in traing process,it produced incorrect roi (xmin>xmax),we can't crop a roi from feature map,how to deal with this?thank you !