jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 430 forks source link

Why gradients can not be propagated backward to the input proposal coordinates in the RoI pooling layer? #78

Open Dorniwang opened 6 years ago

Dorniwang commented 6 years ago

just like what i ask in title, in paper author said "gradients can be propagated backward from the output features to the input features, but not to the input proposal coordinates", i want to know why? thanks.