chshin10 / epinet

EPINET: A Fully-Convolutional Neural Network using Epipolar Geometry for Depth from Light Field Images
MIT License
88 stars 39 forks source link

random shift augmentation in training data #12

Open marmus12 opened 5 years ago

marmus12 commented 5 years ago

Hello,

I have a feeling that the ix_rd and iy_rd in these two lines (135-136) should be switched. Is it really the case or am I missing something?

https://github.com/chshin10/epinet/blob/b60cf8edb563d748be2649a49882d72adffcefbd/epinet_fun/func_generate_traindata.py#L135-L136