chshin10 / epinet

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

repetitive computation in test data generation #13

Open marmus12 opened 5 years ago

marmus12 commented 5 years ago

these lines should be taken out of the for loop of kkk.

https://github.com/chshin10/epinet/blob/b60cf8edb563d748be2649a49882d72adffcefbd/epinet_fun/func_generate_traindata.py#L330-L335