-
Notifications
You must be signed in to change notification settings - Fork 23
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
run.py finishes with errors. #9
Comments
The error you see happens when the alignment of the predicted and ground truth trajectories cannot be made. This usually happens when you evaluate on very few frames. Did you evaluate on all 2000 frames? Regarding viewing the saved map, there will be a mesh constructed that you can view in meshlab. You can also save the Gaussian .ply file though as some works do, but then you need to use a gaussian viewer. |
I did not changed anything. Just builded docker container and tried room0-room2 and office0-office2 - it fails on everything I tried. May be some inconsistency in the docker image. |
Hmmm.. did you try running without the docker container? I suppose not? Since people have not reported this error before, I suppose that it might be setup specific. |
I got the same issue and I didn't try docker |
To debug this problem further, I would suggest to comment out the evaluation of the ATE and look at the trajectory, the renderings and the mesh if they look ok. If not, then there is something that makes the tracking diverge. If they look ok, then the problem is related to the alignment of the predicted and ground truth trajectories. |
Evaluation of the trajectory error is failing for Replica dataset.
Environment was builded using docker-compose.yml.
Here is the log:
Also I have a question: How to view saved map?
The text was updated successfully, but these errors were encountered: