AndreiBarsan / DynSLAM

Master's Thesis on Simultaneous Localization and Mapping in dynamic environments. Separately reconstructs both the static environment and the dynamic objects from it, such as cars.
BSD 3-Clause "New" or "Revised" License
576 stars 179 forks source link

Evaluate reconstruction on disparity, not depth #26

Closed AndreiBarsan closed 7 years ago

AndreiBarsan commented 7 years ago

Comparing reconstructions based on the raw depth is not ideal and can read to problems as disparity goes to zero and Z becomes really noisy, since Z = bf / d.

We should compute disparity (from input, from LIDAR, from raycast) and compare disparities.

This would also allow us to actually use a meaningful unit of measurement instead of just and arbitrary pixel representation of a scaled depth map.

DON'T FORGET TO UPDATE THE DOCS ACCORDINGLY!

Suggestions: