RoIAlign.pytorch
RoIAlign.pytorch copied to clipboard
How about the GPU memory cost?
Hi, thanks for your sharing codes. So how about the GPU memory cost compared with original RoiPool? And it seems like the function grid_sample in PyTorch could also do the similar work, so what's the difference?