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

A little question about epinet_fun/func_generate_traindata.py #8

Open SamuelSue94 opened 5 years ago

SamuelSue94 commented 5 years ago

In "epinet_fun/func_generate_traindata.py", line 171 ~ 175: "traindata_batch_label[ii,:,:]=(1.0/scale)*....." why should it divide by scale after using scale augmentation.

chshin10 commented 5 years ago

The disparity is proportional to image size, so we apply this property.