Skip to content

Commit a0dd924

Browse files
author
Manuel Stoiber
committed
feat(Mb-ICG): update readme
1 parent 7957801 commit a0dd924

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Mb-ICG/poses_rtb.zip

-73.2 MB
Binary file not shown.

Mb-ICG/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ To generate your own data similar to sequences provided in the *RTB* dataset, pl
8080
## Code
8181
The *Mb-ICG* tracker was fully integrated into the multi-body, multi-modality, and multi-camera tracking library *M3T*.
8282
In contrast to *Mb-ICG*, *M3T* provides additional functionality, such as a keypoint-based texture modality, capabilities for multi-region tracking, and soft constraints.
83-
Note that it was ensured that evaluation results for *Mb-ICG* and *M3T* are exactly the same.
84-
If you would like to reproduce results from our publication or use the tracker in your own application, please use the code for *M3T* from the following [directory](https://github.com/DLR-RM/3DObjectTracking/tree/master/M3T).
83+
Note that it was ensured that the evaluation results for *Mb-ICG* and *M3T* are exactly the same.
84+
If you would like to reproduce results from our publication or use the tracker in your own application, please use *M3T's* code from the following [directory](https://github.com/DLR-RM/3DObjectTracking/tree/master/M3T).
8585

8686

8787
## Evaluation
88-
The [code](https://github.com/DLR-RM/3DObjectTracking/tree/master/M3T/examples) in `examples/evaluate_RTB_dataset.cpp` and `examples/parameters_study_RTB.cpp` was used for the evaluation on the [RTB](https://zenodo.org/record/7548537) dataset.
88+
The [code](https://github.com/DLR-RM/3DObjectTracking/tree/master/M3T/examples) in `examples/evaluate_RTB_dataset.cpp` and `examples/parameters_study_RTB.cpp` was used for the evaluation on the [RTB dataset](https://zenodo.org/record/7548537).
8989
To reproduce results, please download the dataset and adjust the `dataset_directory` in the source code.
9090
Files for sparse viewpoint models will be created automatically and are stored in the specified `external_directory`.
91-
To reproduce the evaluation results of *DART* on the *RTB* dataset, please unzip the `poses_rtb.zip` file and store its content in the respective `external_directory`.
91+
To reproduce the evaluation results of *DART* on the *RTB* dataset, please unzip the `data/rtb_poses.zip` file and store its content in the respective `external_directory`.
9292
In the code, you can then set `evaluator.set_evaluate_external(true);` and `evaluator.set_external_results_folder("dart");`.
9393
Convergence experiments for the proposed constraints can be reproduced using `examples/constraint_convergence.cpp`.
9494
To evaluate orthogonality constraints, which ensure that axes of reference frames are orthogonal, set the parameter in `include/m3t/constaint.h` to `kOrthogonalityConstraintExperiment = true`.
@@ -100,7 +100,7 @@ In both experiments, outputs are generated that can be used together with the *L
100100
If you find our work useful, please cite us with:
101101

102102
```
103-
@Article{Stoiber2023,
103+
@Article{Stoiber_2023_TPAMI,
104104
author = {Stoiber, Manuel and Sundermeyer, Martin and Boerdijk, Wout and Triebel, Rudolph},
105105
title = {A Multi-body Tracking Framework - From Rigid Objects to Kinematic Structures},
106106
year = {2023},

0 commit comments

Comments
 (0)