IlchaeJung / RT-MDNet

101 stars 30 forks source link

About receptive_field #16

Closed xi-mao closed 5 years ago

xi-mao commented 5 years ago
rois[:, 0] *= cur_resize_ratio[0]
rois[:, 1] *= cur_resize_ratio[1]
rois[:, 2] = np.maximum(rois[:,0]+1,rois[:, 2]*cur_resize_ratio[0] - receptive_field)
rois[:, 3] = np.maximum(rois[:,1]+1,rois[:, 3]*cur_resize_ratio[1] - receptive_field)

I have question about receptiive_field, why there rois[:, 2]*cur_resize_ratio[0] minus receptive_field? what's the meaning about receptive_field? can anyone answer me?

weizhaowang commented 5 years ago

have u understood it now?i have the same question as u

1329844541 commented 5 years ago

QQ:1329844541,I want to deep communicate with you.Thank you!