Skip to content

Commit

Permalink
MS: updated fitures and tables
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeS96 committed Jul 4, 2024
1 parent 65ccc7a commit 9974a77
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 9 deletions.
6 changes: 6 additions & 0 deletions _relative_includes/doors_table.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="row">
<div class="col-md-4 offset-md-4 text-center">
<img src="img/doors/table_doors.png" width="100%" height="auto"/>
<!-- <figcaption><small>One beacon</small></figcaption>-->
</div>
</div>
12 changes: 12 additions & 0 deletions _relative_includes/row_tables_x2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<div class="container">
<div class="row">
<div class="col-md-4 offset-md-2 text-center">
<img src="{{include.src_1 }}" width="100%" height="auto"/>
<figcaption><small>{{include.title_1}}</small></figcaption>
</div>
<div class="col-md-4 text-center">
<img src="{{include.src_2 }}" width="100%" height="auto"/>
<figcaption><small>{{include.title_2}}</small></figcaption>
</div>
</div>
</div>
6 changes: 0 additions & 6 deletions _relative_includes/uwb_table.html

This file was deleted.

6 changes: 6 additions & 0 deletions _relative_includes/uwb_table1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="row">
<div class="col-md-4 offset-md-4 text-center">
<img src="img/uwb/table_uwb1.png" width="100%" height="auto"/>
<figcaption><small>One beacon</small></figcaption>
</div>
</div>
Binary file modified img/banana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/doors/result.mp4
Binary file not shown.
Binary file added img/doors/table_doors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/simulator/simu_result.mp4
Binary file not shown.
Binary file modified img/simulator/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/uwb/run1_1landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run1_2landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run1_3landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run1_4landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run1_5landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run2_1landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run2_2landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run2_3landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run2_4landmarks.mp4
Binary file not shown.
Binary file modified img/uwb/run2_5landmarks.mp4
Binary file not shown.
Binary file added img/uwb/table_uwb1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/uwb/table_uwb2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/uwb/table_uwb3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/uwb/table_uwb4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/uwb/table_uwb5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ In this paper, we introduce a novel approach to nonparametric Bayesian filtering

## Experimental setup
<p style="text-align: justify;">
All our experiments focus on two main metrics. The first is the root mean squared error (RMSE) of the posterior predictive mean to the ground truth position of the agent, measured in meters. However, as this metric does not entirely encapsulate the non-Gaussian nature of these estimators, we also calculate the negative log-likelihood (NLL) of the ground truth position under the current belief. In these assessments, our proposed HEF is compared against the following filtering approaches: an EKF implementation that assumes unimodal Gaussian state and error, a histogram filter (HistF), and a particle filter (PF).
All our experiments focus on two main metrics. The first metric is the absolute trajectory error (ATE), calculated using two different estimators of the robot position: the mode and the mean of the posterior belief. The ATE, measured in meters, is calculated along the entire trajectory, and we also report its standard deviation. However, as this metric does not entirely encapsulate the non-Gaussian nature of these estimators, we also calculate the negative log-likelihood (NLL) of the ground truth position under the current belief. In these assessments, our proposed HEF is compared against the following filtering approaches: an EKF implementation that assumes unimodal Gaussian state and error, a histogram filter (HistF), and a particle filter (PF).
</p>

## Simulation experiments
Expand All @@ -109,7 +109,7 @@ In this paper, we introduce a novel approach to nonparametric Bayesian filtering

<br>
{% include_relative _relative_includes/simulator_table.html %}
<br>https://github.com/montrealrobotics/real-lab-wiki/blob/main/How-to-update-the-website.md
<br>

## UWB experiments
<p style="text-align: justify;">
Expand Down Expand Up @@ -137,7 +137,9 @@ In this paper, we introduce a novel approach to nonparametric Bayesian filtering
</p>

<br>
{% include_relative _relative_includes/uwb_table.html %}
{% include_relative _relative_includes/row_tables_x2.html title_1="Five beacons" title_2="Four beacons" src_1="img/uwb/table_uwb5.png" src_2="img/uwb/table_uwb4.png" %}
{% include_relative _relative_includes/row_tables_x2.html title_1="Three beacons" title_2="Two beacons" src_1="img/uwb/table_uwb3.png" src_2="img/uwb/table_uwb2.png" %}
{% include_relative _relative_includes/uwb_table1.html %}
<br>

## Doors' experiments
Expand All @@ -149,6 +151,13 @@ In this paper, we introduce a novel approach to nonparametric Bayesian filtering
{% include_relative _relative_includes/doors_video.html %}
<br>

<p style="text-align: justify;">
The quantitative results of this experiments are presented below.
</p>

{% include_relative _relative_includes/doors_table.html %}
<br>

## Citation
{% include_relative _relative_includes/citation.html %}

Expand Down

0 comments on commit 9974a77

Please sign in to comment.