-
Notifications
You must be signed in to change notification settings - Fork 307
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
Errors in inference #13
Comments
Some information may be helpful: |
The network loaded pretrained weights outputs some |
Hi @Jinyu-M , I am met with the same error, have you solved it ? |
Never mind, in my case, the reconstruction is outside of the viewing window and I have to navigate manually to view it. |
maybe your data path is error, I met with the same error and ran successfully after checking data path |
How did you specifically solve this problem, I'm also having this problem now, and I've checked my paths and there's no problem. |
Hi @jinyummiao @xhangHU |
@realXiaohan maybe your data path is wrong, check it |
check tartan.txt file in data readers.All the file paths that are used for evaluation are provided. an additional directory or folder is added to each of the dataset directories.Also downloading tartanair dataset using azure results in zip files.The files once unzipped and the directory in tartan.txt were corrected the error was solved. |
In my case it is because |
As motioned above, maybe the wrong path cause the issue. To be more specific, when you download the euroc dataset and extract it directly, the path will be /datasets/EuRoC/mav0/...... . However, according to the tools/evaluate_euroc.sh, the path should be /datasets/EuRoC/MH_01_easy/mav0/...... . So I solved it by creating a new folder named 'MH_01_easy' and move the folder 'mav0' into it. Hope that these will be helpful. |
Hi! Thanks for sharing your remarkable work!
I have compiled successfully following your guides, but it throws errors when i run the demo on ETH3D and EuRoC dataset. The error log is shown as below:
Can you give some advice on how to solve the problem? Sincerely looking forward to your reply!
The text was updated successfully, but these errors were encountered: