jasjeetIM / Mask-RCNN

Implementation of Mask-RCNN in Caffe https://arxiv.org/pdf/1703.06870.pdf
231 stars 141 forks source link

ABOUT ROIALIGN LAYER #6

Open wangxiaoyaner opened 7 years ago

wangxiaoyaner commented 7 years ago

Hi, Thanks for your code. I readed your roi_align_layer.cpp. I am not sure if this code will work when the ROI bin size is larger than 2x2. In your code it looked like that you only calculate one value(as maxvalue) in each ROI bin.

realwecan commented 7 years ago

@wangxiaoyaner can you please come up with a fix if possible? I will greatly appreciate it. Thanks~

ahmedtalbi commented 7 years ago

@wangxiaoyaner did you write any fix for this. It would be really nice if you can share it

mmclkv commented 7 years ago

@wangxiaoyaner it is an approximation mentioned in the paper

ersanliqiao commented 6 years ago

you can try bilinear interpolation