DynSLAM icon indicating copy to clipboard operation
DynSLAM copied to clipboard

Cannot reproduce the result of ELAS

Open wj4y78308 opened this issue 6 years ago • 2 comments

Hi,

Recently, I am interesting in your project and want to repeat it!

However, I face some problems about ELAS. (https://github.com/AndreiBarsan/libelas-tooling) I just repeat the code from above, but get different depth value!

The min value of my depth is -10 (I think it's because of the variable "kInvalidDepth" which is defined in elas.h.), but the min depth you provided (KITTI Odometry Sequence 06, which is used in demo) is 0. Also the max value is different.

I want to know how should I process the range of depth image! Thanks so much :)

wj4y78308 avatar Apr 29 '18 07:04 wj4y78308

Hi wj4y78308, it's so awesome that you're interested! Which tool from the ELAS repository did you use for the preprocessing?

Did you use https://github.com/AndreiBarsan/libelas-tooling/blob/master/src/kitti2klg.cpp? This one should take care of the issue you described, in line 252, I believe.

AndreiBarsan avatar Apr 29 '18 19:04 AndreiBarsan

OK! thank you so much! I will try it :)

wj4y78308 avatar Apr 30 '18 02:04 wj4y78308