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

invalid filename format when running testing pipeline #41

Open
sus17 opened this issue Oct 2, 2020 · 0 comments
Open

invalid filename format when running testing pipeline #41

sus17 opened this issue Oct 2, 2020 · 0 comments

Comments

@sus17
Copy link

sus17 commented Oct 2, 2020

In your latest commit, there is a bug in scripts/benchmark_3dmatch.py, line 175, saying:

  • traj = read_trajectory(os.path.join(source_path, set_name + "_gt.log"))

However, there isn't any groundtruth log in testing dataset whose name ends with "_gt.log". After checking the testing dataset filename format, the code above will work if modified like this:

  • traj = read_trajectory(os.path.join(source_path, set_name + "-evaluation/gt.log"))

Maybe the testing dataset structure has been changed. Could you inspect it if possible?

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

1 participant