longcw / RoIAlign.pytorch

RoIAlign & crop_and_resize for PyTorch
555 stars 103 forks source link

what's the difference of this method to first resizing the feature map to original image size #7

Closed ypxie closed 6 years ago

ypxie commented 6 years ago

tand crop, then resize the cropped feature maps to a fixed size? This can be easily implemented with pytorch functions?