-
Notifications
You must be signed in to change notification settings - Fork 355
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
Why are there two more lines when using 'Multiple trajectory estimates'? #37
Comments
I have the same problem. Why is that? |
Hey! Do anyone know what are those points or how to remove them? |
Hey! I think this issue happens because of the colour settings given in ax.plot(). Currently, for the multiple algorithms option, the colours are chosen based on the colour palette defined. They are defined in a list as rgb values. When I change that to any other definition, the issue goes. So, I have changed the definition of palette as below.
I get below plot now. |
Why is it useful? |
Nice workaround. Thanks so much!! |
amazing,do you know the reason of this problem? |
Just like the red and orange lines in the picture.
This is the command I used in Ubuntu 18.04:
python2 analyze_trajectories.py euroc_vislam_mono.yaml --output_dir=../results/euroc_vislam_mono/ --results_dir=../results/euroc_vislam_mono/ --platform laptop --odometry_error_per_dataset --plot_trajectories --rmse_table --rmse_boxplot --mul_trials=10
The text was updated successfully, but these errors were encountered: