Please check this file for more detail instructions.
Here's the link to download our dataset: link
-
Link the data folder to
./dataset
in this architecturePYSLAM |__ main_vo.py |__ config.ini |__ .... |___ dataset |__ bronchoscopy |__ real_seq_xxx_part_x_dif_x.mp4 |__ real_seq_xxx_part_x_dif_x.txt |__ ....
-
Change your
config.ini
file accordingly. Find the section for [FINAL_DATASET], change the base path to your project folder. For example:base_path = ~/PYSLAM/dataset
. Then change thetag=bronchoscopy
. Select the file for evaluation by setting the keywordfname=file_to_evaluation
. Choose the correcting camera setting file incam_settings=settings/bronchoscopy.yaml
. While kept other keyword unchanged. -
Dependencies: mannually install those libraries if you have module not found error.
-
Camera parameters is stored in
./settings/*.yaml
, make sure you are using the right camera parameter file -
Figures will be shown when you run the program. Mannualy save those you think are useful. Press Q on the image window to close those figures. Evaluation for APE will be shown after closing the window, save them for further evaluation.
-
Further information about evaluation, check the repo
evo
on github.