dulucas / Displacement_Field

Official implementation of paper "Predicting Sharp and Accurate Occlusion Boundaries in Monocular Depth Estimation Using Displacement Fields" (CVPR2020)
120 stars 8 forks source link

About the batch size #6

Closed Tord-Zhang closed 4 years ago

Tord-Zhang commented 4 years ago

why is batch size set to 1? I tried a bigger value than 1, and the output is very strange.

dulucas commented 4 years ago

Hi, do you have some visual results of your output ? I set the batch size to 1 because the model achieves the best performance when the batch size = 1, but it worked fine when the batch size is changed(visually there is no big difference, but numerically there is a little difference).