ToniRV / Kimera-VIO-Evaluation

Code to evaluate and tune SPARK VIO pipeline.
MIT License
21 stars 2 forks source link

regression_test.py import error #42

Closed zhangli3000 closed 3 years ago

zhangli3000 commented 4 years ago

Description: regression_test.py can not import the function run_dataset

Command:

./evaluation/regression_tests.py -r -a --plot --save_plots --save_boxplots --save_results ../regress_ev.yaml

Console output:

Traceback (most recent call last):                              
  File "./evaluation/regression_tests.py", line 13, in <module> 
    from evaluation.evaluation_lib import run_dataset           
ImportError: cannot import name run_dataset                     

Additional files: Please attach all the files needed to reproduce the error.

Please give also the following information:

executable_path: '../Kimera-VIO/buil/stereoVIOEuroc'
vocabulary_path: '../Kimera-VIO/vocabulary/ORBvoc.yml'
results_dir: 'Kimera-VIO-Evaluation/results'
params_dir: '../Kimera-VIO/params/Euroc'
dataset_dir: '../Kimera-VIO/script/euroc'
regression_tests_dir: 'Kimera-VIO-Evaluation/regression_tests'

datasets_to_run:

ToniRV commented 3 years ago

regression_test.py is, unfortunately, a bit outdated... I don't have short-term plans to update it though :(