marcelampc / d3net_depth_estimation

Dense Deep Depth Estimation Network (D3-Net) in PyTorch.
118 stars 19 forks source link

What's the meaning of min_mean in generate_blurred_dataset.m? #1

Closed ChenyangLiu closed 6 years ago

ChenyangLiu commented 6 years ago

https://github.com/marcelampc/d3net_depth_estimation/blob/413dca7aeb64c6aab2f90c4c929516a2a47d2a43/matlab/generate_blurred_dataset.m#L34

Should line 34 be mean2(im) > min_mean?

marcelampc commented 6 years ago

I used to test an internal dataset and ignore dark images. I've juste removed this part of the code! Thank you for asking.

ChenyangLiu commented 6 years ago

And another quesiton. Synthetic camera parameters in parameters.m are different from the paper. Which are correct?

marcelampc commented 6 years ago

Added both parameters now! =)