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
Copy file name to clipboardExpand all lines: Mb-ICG/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ If you would like to reproduce results from our publication or use the tracker i
88
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).
89
89
To reproduce results, please download the dataset and adjust the `dataset_directory` in the source code.
90
90
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 `data/rtb_poses.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 from the following [folder](https://github.com/DLR-RM/3DObjectTracking/tree/master/M3T/data)and store its content in the respective `external_directory`.
92
92
In the code, you can then set `evaluator.set_evaluate_external(true);` and `evaluator.set_external_results_folder("dart");`.
93
93
Convergence experiments for the proposed constraints can be reproduced using `examples/constraint_convergence.cpp`.
94
94
To evaluate orthogonality constraints, which ensure that axes of reference frames are orthogonal, set the parameter in `include/m3t/constaint.h` to `kOrthogonalityConstraintExperiment = true`.
@@ -101,7 +101,7 @@ If you find our work useful, please cite us with:
101
101
102
102
```
103
103
@Article{Stoiber_2023_TPAMI,
104
-
author = {Stoiber, Manuel and Sundermeyer, Martin and Boerdijk, Wout and Triebel, Rudolph},
104
+
author = {Stoiber, Manuel and Sundermeyer, Martin and Boerdijk, Wout and Triebel, Rudolph},
105
105
title = {A Multi-body Tracking Framework - From Rigid Objects to Kinematic Structures},
0 commit comments