Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerioSpagnoli committed Aug 11, 2024
1 parent 0afe02c commit 8044e22
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,20 @@ Then a 6D vector describing the relative pose of the camera w.r.t the previous p
</p>

### Numerical results
The algorithm works well, but being without any correction the error increase with the iterations. Moreover, curves in general are very diffucult to handle. Indeed, as we can see in the plot below, the errors (both in rotation and translation) have a spike between the frames 15 and 24, which are the ones relative to the first curve of the trajectory.

<p align="center">
<img src="media/errors.png" alt="First Estimate" width="600"/>
</p>


| **General Parameters** | **Value** | **Rotation Errors** | **Value** | **Translation Errors** | **Value** |
| **General Parameters** | | **Rotation Errors** | | **Translation Errors** | |
|-----------------------------------|-----------|-----------------------------------|-----------|-----------------------------------|-----------|
| Number of frames | 50 | Max rotation error [rad] | 0.07941 | Max translation error ratio | 5.11733 |
| Number of world points | 314 | Min rotation error [rad] | 0.00000 | Min translation error ratio | 4.71346 |
| RMSE world map [m] | 0.14540 | Mean rotation error [rad] | 0.01111 | Mean translation error ratio | 4.92998 |
| Scale | 0.20284 | Max rotation error [deg] | 4.55003 | Max translation error norm | 1.62579 |
| | | Min rotation error [deg] | 0.00000 | Min translation error norm | 1.38921 |
| | | Mean rotation error [deg] | 0.63657 | Mean translation error norm | 1.44381 |

The algorithm works well, but being without any correction the error increase with the iterations. Moreover, curves in general are very diffucult to handle. Indeed, as we can see in the plot below, the errors (both in rotation and translation) have a spike between the frames 15 and 24, which are the ones relative to the first curve of the trajectory.

<p align="center">
<img src="media/errors.png" alt="First Estimate" width="600"/>
</p>



0 comments on commit 8044e22

Please sign in to comment.