We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encountered the following error while I was trying to convert a custom dataset to ADOP compatible version using colmap2adop:
.../envs/adop/lib/libstdc++.so.6: version GLIBCXX_3.4.30 not found
Fix: conda activate adop conda install -c conda-forge gcc=12.1.0
conda activate adop
conda install -c conda-forge gcc=12.1.0
The text was updated successfully, but these errors were encountered:
This shows us that the GCC versions (7 and 9) mentioned in the README file are incorrect. I hope others can save time ...
Sorry, something went wrong.
Adding this here as well as a potential fix: #95 (comment)
No branches or pull requests
I encountered the following error while I was trying to convert a custom dataset to ADOP compatible version using colmap2adop:
.../envs/adop/lib/libstdc++.so.6: version GLIBCXX_3.4.30 not found
Fix:
conda activate adop
conda install -c conda-forge gcc=12.1.0
The text was updated successfully, but these errors were encountered: