yafeng
yafeng
Deep-Learning-Papers-Reading-Roadmap
onnx: https://github.com/onnx/onnx/blob/main/onnx/reference/ops/op_roi_align.py#L235 mmcv: https://github.com/open-mmlab/mmcv/blob/master/mmcv/ops/csrc/pytorch/cpu/roi_align.cpp#L188 for the case: RoiAlign with max pool type onnx performs max pool with weighted four points in the source input, no sum operation, so no interpolated...
interesting work! i have a question as it in the title, do you conducte an experiment like that? what's the result? thanks.