Skip to content
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

How is it possible to generate the datasets for multiple runs/trials? #53

Open
lenardxu opened this issue Mar 15, 2023 · 2 comments
Open

Comments

@lenardxu
Copy link

lenardxu commented Mar 15, 2023

I'd like to use your function of running trajectory evaluation for multiple trials given the specific algorithm and dataset, by enabling the argument --mul_trials. However, what I want to ask is how did you generate the estimate files of several trials (e.g., "stamped_traj_estimate0.txt", "stamped_traj_estimate1.txt", "stamped_traj_estimate2.txt", ...) corresponding to the same ground-truth file? After checking your template trajectory files, I still have no clue of generating them in experiment, but only able to generate one trial as usual. Or is it only possible to generate such datasets in simulation?
Many thanks in advance!

@deepak046
Copy link

I have the same issue as you. Due to this I'm not able to generate plots for euroc_mono_stereo dataset as well as my own datasets since I just have a single trajectory estimate .txt file

@deepak046
Copy link

deepak046 commented Jan 2, 2024

Nvm. I figured it out. The --mul-trials is meant to be used if we have data from different trials runs of our algorithms. So just remove the flag and it defaults to None and it then works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants