Hi,
I tried to open it and the app crashes too. It is maybe that the file is corrupted. I
added some debug logs on model loading, and I have this error:
[DEBUG] (2016-10-06 21:29:34.054) discrete_depth_distortion_model.cpp:337::deserialize() Distortion Model: Frustum[1][15]
rtabmap(1772,0x7fff75f4c310) malloc: *** mach_vm_map(size=18446472875212570624) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
It seems that the deserialization failed to get the right size of a vector, for which 18446472875212570624 is too big.
You can try again to open your database, download all clouds then retry depth calibration. You may want to try the database on the
Depth Calibration tutorial page to compare (corresponding output
distortion_model.bin).
cheers,
Mathieu