anuragranj / spynet

Spatial Pyramid Network for Optical Flow
Other
235 stars 48 forks source link

some question about BilinearSamplerBHWD.cu #4

Closed dsqx71 closed 7 years ago

dsqx71 commented 7 years ago

In line291

I guess there is no need to multiply (inputImages_height-1) / 2.

anuragranj commented 7 years ago

Thanks. We are not using the flow gradients there, but its fixed in da721d3.