You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>diff</strong> (<codeclass="docutils literal notranslate"><spanclass="pre">float</span></code>, optional) – The maximum allowed absolute time difference (in seconds)
matching pairs is below this threshold, a warning is issued.
293
293
Defaults to 0.3.</p></li>
294
294
<li><p><strong>otype</strong> (<codeclass="docutils literal notranslate"><spanclass="pre">str</span></code>, optional) – <p>The output type for the metric. Supported options include:</p>
295
-
<p>’All’: All metrics will be computed and returned.</p>
296
-
<p>’Max’: The Max error is computed and returned.</p>
297
-
<p>’Min’: The Min error is computed and returned.</p>
298
-
<p>’Mean’: The Mean error is computed and returned.</p>
299
-
<p>’Median’: The Median error is computed and returned.</p>
300
-
<p>’RMSE’: The root mean square error (RMSE) is computed and returned.</p>
301
-
<p>’SSE’: The sum of square error (SSE) is computed and returned.</p>
302
-
<p>’STD’: The standard deviation (STD) is computed and returned.</p>
303
-
<p>Defaults to ‘All’.</p>
295
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'All'</span></code>: All metrics will be computed and returned.</p>
296
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Max'</span></code>: The Max error is computed and returned.</p>
297
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Min'</span></code>: The Min error is computed and returned.</p>
298
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Mean'</span></code>: The Mean error is computed and returned.</p>
299
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Median'</span></code>: The Median error is computed and returned.</p>
300
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'RMSE'</span></code>: The root mean square error (RMSE) is computed and returned.</p>
301
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'SSE'</span></code>: The sum of square error (SSE) is computed and returned.</p>
302
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'STD'</span></code>: The standard deviation (STD) is computed and returned.</p>
303
+
<p>Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">'All'</span></code>.</p>
<ddclass="field-even"><p>The computed statistics of the APE (Absolute Pose Error).
309
-
The return is a <codeclass="docutils literal notranslate"><spanclass="pre">dict</span></code> if “otype” is not ‘all’, otherwise a <codeclass="docutils literal notranslate"><spanclass="pre">Tensor</span></code>.</p>
309
+
The return is a <codeclass="docutils literal notranslate"><spanclass="pre">dict</span></code> if <codeclass="docutils literal notranslate"><spanclass="pre">otype</span></code> is not <codeclass="docutils literal notranslate"><spanclass="pre">'all'</span></code>, otherwise a <codeclass="docutils literal notranslate"><spanclass="pre">Tensor</span></code>.</p>
<li><p><strong>diff</strong> (<codeclass="docutils literal notranslate"><spanclass="pre">float</span></code>, optional) – The maximum allowed absolute time difference (in seconds)
<li><p><strong>rpair</strong> (<codeclass="docutils literal notranslate"><spanclass="pre">bool</span></code>, optional) – Use reference trajectory to compute the pairing indices or not. Defaults to False.</p></li>
304
304
<li><p><strong>otype</strong> (<codeclass="docutils literal notranslate"><spanclass="pre">str</span></code>, optional) – <p>The output type for the metric. Supported options include:</p>
305
-
<p>’All’: All metrics will be computed and returned.</p>
306
-
<p>’Max’: The Max error is computed and returned.</p>
307
-
<p>’Min’: The Min error is computed and returned.</p>
308
-
<p>’Mean’: The Mean error is computed and returned.</p>
309
-
<p>’Median’: The Median error is computed and returned.</p>
310
-
<p>’RMSE’: The root mean square error (RMSE) is computed and returned.</p>
311
-
<p>’SSE’: The sum of square error (SSE) is computed and returned.</p>
312
-
<p>’STD’: The standard deviation (STD) is computed and returned.</p>
313
-
<p>Defaults to ‘All’.</p>
305
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'All'</span></code>: All metrics will be computed and returned.</p>
306
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Max'</span></code>: The Max error is computed and returned.</p>
307
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Min'</span></code>: The Min error is computed and returned.</p>
308
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Mean'</span></code>: The Mean error is computed and returned.</p>
309
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'Median'</span></code>: The Median error is computed and returned.</p>
310
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'RMSE'</span></code>: The root mean square error (RMSE) is computed and returned.</p>
311
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'SSE'</span></code>: The sum of square error (SSE) is computed and returned.</p>
312
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">'STD'</span></code>: The standard deviation (STD) is computed and returned.</p>
313
+
<p>Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">'All'</span></code>.</p>
<ddclass="field-even"><p>The computed statistics of the RPE (Relative Pose Error).
319
-
The return is a <codeclass="docutils literal notranslate"><spanclass="pre">dict</span></code> if “otype” is not ‘all’, otherwise a <codeclass="docutils literal notranslate"><spanclass="pre">Tensor</span></code>.</p>
319
+
The return is a <codeclass="docutils literal notranslate"><spanclass="pre">dict</span></code> if <codeclass="docutils literal notranslate"><spanclass="pre">otype</span></code> is not <codeclass="docutils literal notranslate"><spanclass="pre">'all'</span></code>, otherwise a <codeclass="docutils literal notranslate"><spanclass="pre">Tensor</span></code>.</p>
0 commit comments