Open SamuelSue94 opened 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.
The disparity is proportional to image size, so we apply this property.
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.