Git Product home page Git Product logo

Comments (2)

ilnehc avatar ilnehc commented on June 21, 2024

@a2jinhee It seems that the nms package is not successfully compiled for calling. Could you double-check its setup process, especially the corresponding cuda issues mentioned in the installation doc?

from persformer_3dlane.

a2jinhee avatar a2jinhee commented on June 21, 2024

@ilnehc Our version - Cuda : 11.6, torch : 13.1

Yes, as shown in the INSTALL.md :

Known Issues

  • If you couldn't compile the nms operator because of error like nvcc fatal : Unsupported gpu architecture 'compute_86', try specifying your cuda path to some environment variable. Following is an example for cuda-11.4
    export LIBRARY_PATH=/usr/local/cuda-11.4/lib64/:$LIBRARY_PATH
    export LD_LIBRARY_PATH=/usr/local/cuda-11.4/lib64/:$LD_LIBRARY_PATH
    export PATH=/usr/local/cuda-11.4/bin/:$PATH
    export CUDA_HOME=/usr/local/cuda-11.4/
    

We did this in our terminal!

In short,

  1. We tried with CUDA 11.6 but it did not work and showed module not callable error
  2. We tried the method in INSTALLATION.md but showed same error.
    3)We also switched to CUDA 11.4 and CUDA 11.1 with pytorch version 1.13.1 and did it again, but it did not work.

Can you elaborate on the INSTALLATION.md method a little bit more? Or is there a way to go around this problem?

from persformer_3dlane.

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.