Closed hust-nj closed 3 years ago
I am also confused about the benefit of aligned_bilinear function
hi, i am confused ,too. have you got it?
The following two links might be helpful:
https://github.com/tensorflow/tensorflow/issues/6720#issuecomment-528820991 https://zhuanlan.zhihu.com/p/87572724 (Chinese)
The following two links might be helpful:
tensorflow/tensorflow#6720 (comment) https://zhuanlan.zhihu.com/p/87572724 (Chinese)
Nice explanation! Thank you!
https://github.com/aim-uofa/AdelaiDet/blob/0157227f966eda93c1299a402537b616207ba226/adet/utils/comm.py#L17-L39
What is the benefit of the complecated aligned_bilinear function? Why do we need the padding not only use
F.interpolate
function with mode align_corners=True?