Git Product home page Git Product logo

Comments (6)

YuehaoHuang avatar YuehaoHuang commented on June 3, 2024

If I enter "python" "import cuda_BA" in the terminal, the error message of the terminal is as follows

import cuda_ba
Traceback (most recent call last):
File "", line 1, in
ImportError: libc10.so: cannot open shared object file: No such file or directory

from dpvo.

YuehaoHuang avatar YuehaoHuang commented on June 3, 2024

Sorry, I knew.
Because cuda_ba is generated by torch, it is necessary to import torch first

from dpvo.

Sadegh-Kalami avatar Sadegh-Kalami commented on June 3, 2024

in colab u might have problem with ur system path so i add this lines at first of setup.py then everythings goes well.


import sys
for i in ['/usr/local/lib/python3.10/site-packages',
'/content',
'/env/python',
'/usr/lib/python310.zip',
'/usr/lib/python3.10',
'/usr/lib/python3.10/lib-dynload',
'',
'/usr/local/lib/python3.10/dist-packages',
'/usr/lib/python3/dist-packages',
'/usr/local/lib/python3.10/dist-packages/IPython/extensions',
'/root/.ipython']:
sys.path.append(i)

print(sys.path)


from dpvo.

The-Michael-Chen avatar The-Michael-Chen commented on June 3, 2024

I have this same issue when I'm runnign the google colab and the code locally

from dpvo.

Inglam avatar Inglam commented on June 3, 2024

I have this same issue when I'm runnign the google colab and the code locally

Same here. Have you resolved the problem yet?

from dpvo.

BavanthaU avatar BavanthaU commented on June 3, 2024

I had the same issue due to mismatched CUDA Toolkit and PyTorch versions. The easiest fix is to set up the environment with the correct versions. Use the updated environment.yml file attached below to replace the existing one and test DPVO. It should work without any problems.

drive link

from dpvo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.