-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main_evaluation.py run error #41
Comments
same error |
I was able to resolve the issue. The fact is that in addition to the "website" package located in the: |
I have encountered the same problem and i tried to move templates folder to python directory, but the evaluation tool doesn't work. Have you solved the problem? My yaml file is:
the output of code execution before movement of folder templates:
and the output of code execution after movement of folder templates:
|
You have dealt with the previous error, it seems thanks to my solution. And now you have a completely different error. It is connected with the fact that Kimera-Evaluate cannot detect parameter files. You need to rename the parameter "pipelines" in Yaml-file from ['S'] to ['Euroc']. |
Thanks @amihakko , it seems to work. However it should have worked with parameters such as S, SP and SRP. Now, my execution stuck in that step (line 580) where there is an exception regarding traj_ref: (venv) george@pc:~/spark_vio_evaluation$ ./evaluation/main_evaluation.py -r -a --save_plots --save_results --save_boxplots experiments/george_example_euroc.yaml Did you face that problem? What is the outcome of this execution? What does someone expect to see regarding VIO? |
@amihakko thanks a lot, i didn't noticed that! Now, the result files were generated and i moved on with jupyter notebook frontend. In Frontend Mono RANSAC, i get the below error, have you met this problem? i followed up the below installation steps, including your suggested move of website folder: sudo apt-get install virtualenv git clone https://github.com/ToniRV/Kimera-VIO-Evaluation git clone https://github.com/ToniRV/evo-1.git Also, the path which i defined in Jupyter are: KeyError Traceback (most recent call last) /home/george/venv/local/lib/python2.7/site-packages/evo/tools/pandas_bridge.pyc in df_to_trajectory(df) /home/george/venv/local/lib/python2.7/site-packages/pandas/core/indexing.pyc in getitem(self, key) /home/george/venv/local/lib/python2.7/site-packages/pandas/core/indexing.pyc in _getitem_tuple(self, tup) /home/george/venv/local/lib/python2.7/site-packages/pandas/core/indexing.pyc in _getitem_axis(self, key, axis) /home/george/venv/local/lib/python2.7/site-packages/pandas/core/indexing.pyc in _getitem_iterable(self, key, axis) /home/george/venv/local/lib/python2.7/site-packages/pandas/core/indexing.pyc in _get_listlike_indexer(self, key, axis, raise_missing) /home/george/venv/local/lib/python2.7/site-packages/pandas/core/indexing.pyc in _validate_read_indexer(self, key, indexer, axis, raise_missing) KeyError: u"None of [Index([u'x', u'y', u'z'], dtype='object')] are in the [columns]" |
Glad I was able to help you with previous problems. But I haven't worked with Jupyter notebook, so I can't help here. |
Description:
main_evaluation.py run error about vio_performance_template.html
Command:
Console output:
Additional files:
Please attach all the files needed to reproduce the error.
Please give also the following information:
The text was updated successfully, but these errors were encountered: