Closed marooncn closed 5 years ago
Actually the loss is a much debated issue, because of the mathematical model there is a loss in the computed equations, this should be majorated by the way as the equations are not linear, it depends on the norm taken with the odometric model as you know, please take care of such a linearized odometric model.
@EdernOllivier But how can the code make sure the error reasonable? What if my data is 50HZ or even 5HZ?
_seqlengths is just to calculate the loss. You can increase or decrease the value according to your data.
Hi, I know the loss is the the relative error as it's described in the paper:
But how is it calculated in the code? I'm confused of the following code in _compute_deltap(Rot, p) function. What's the _seqlengths? why does it consist of 100, 200, .., 800 ?