GithubHelp home page GithubHelp logo

Comments (3)

tyluann avatar tyluann commented on August 30, 2024 3

i am running into the same error:
Traceback (most recent call last):
File "evaluate.py", line 20, in
from models.model import *
File "/data4/tyluan/Workspace/py_projects/planercnn/models/model.py", line 23, in
from nms.nms_wrapper import nms
File "/data4/tyluan/Workspace/py_projects/planercnn/nms/nms_wrapper.py", line 11, in
from nms.pth_nms import pth_nms
File "/data4/tyluan/Workspace/py_projects/planercnn/nms/pth_nms.py", line 2, in
from ._ext import nms
File "/data4/tyluan/Workspace/py_projects/planercnn/nms/_ext/nms/init.py", line 3, in
from ._nms import lib as _lib, ffi as _ffi
ImportError: /data4/tyluan/Workspace/py_projects/planercnn/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration

Have you found a solution yet?

My cuda version is 10.0.130

from planercnn.

art-programmer avatar art-programmer commented on August 30, 2024

Sorry for the late response. It seems that Cuda 10 doesn't work. And which python version are you using? We only tested Python 3. Maybe it's a path issue linked with Python 2.

from planercnn.

AdriDev101 avatar AdriDev101 commented on August 30, 2024

Hello to you all!
I have more or less the same output as @tyluann reported.

Traceback (most recent call last):
  File "evaluate.py", line 20, in <module>
    from models.model import *
  File "/home/adrian/RedesNeuronales/planercnn/models/model.py", line 23, in <module>
    from nms.nms_wrapper import nms
  File "/home/adrian/RedesNeuronales/planercnn/nms/nms_wrapper.py", line 11, in <module>
    from nms.pth_nms import pth_nms
  File "/home/adrian/RedesNeuronales/planercnn/nms/pth_nms.py", line 2, in <module>
    from ._ext import nms
  File "/home/adrian/RedesNeuronales/planercnn/nms/_ext/nms/__init__.py", line 3, in <module>
    from ._nms import lib as _lib, ffi as _ffi
ImportError: /home/adrian/RedesNeuronales/planercnn/nms/_ext/nms/_nms.so: undefined symbol: __cudaRegisterFatBinaryEnd

Has it been solved yet?
My cuda version is V10.1.243

from planercnn.

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.