Open ismymajia opened 7 years ago
I got the same problem when I try to port VINS to android. the function "marginalization_info->marginalize()" cost above 500 ms on Snapdragon 820. while according to the paper, it takes only 60 ms on iPhone 7 Plus. So what's the reason or any acceleration suggestion ?
It depends on the number of features. Marginalize fewer features will accelerate this procedure.
Marginization is too time consuming. Hope to get your optimization suggestions.