Giter Site home page Giter Site logo

Comments (11)

timmeinhardt avatar timmeinhardt commented on August 15, 2024

Did you successfully complete step 3 of our installation instructions?

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

If the error got resolved please close this issue. Thank you!

from tracking_wo_bnw.

nathanlem1 avatar nathanlem1 commented on August 15, 2024

I am facing the same problem. I have successfully installed the step 3 installation but this problem is still there.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

Did you check whether the compilations of step 3 finished successfully? A missing _nms.py file indicated that something went wrong in step 3.

from tracking_wo_bnw.

nathanlem1 avatar nathanlem1 commented on August 15, 2024

There is no error during step 3 installation except some warnings. It shows this error:

File "experiments/scripts/test_tracktor.py", line 16, in
from tracktor.datasets.factory import Datasets
File "/storage/AnyVision/tracking_wo_bnw/src/tracktor/datasets/factory.py", line 2, in
from .mot_wrapper import MOT17_Wrapper, MOT19CVPR_Wrapper, MOT17LOWFPS_Wrapper
File "/storage/AnyVision/tracking_wo_bnw/src/tracktor/datasets/mot_wrapper.py", line 4, in
from .mot_sequence import MOT17_Sequence, MOT19CVPR_Sequence, MOT17LOWFPS_Sequence
File "/storage/AnyVision/tracking_wo_bnw/src/tracktor/datasets/mot_sequence.py", line 12, in
from frcnn.model import test
File "/storage/AnyVision/tracking_wo_bnw/src/frcnn/frcnn/model/test.py", line 22, in
from .nms_wrapper import nms
File "/storage/AnyVision/tracking_wo_bnw/src/frcnn/frcnn/model/nms_wrapper.py", line 11, in
from ..nms.pth_nms import pth_nms
File "/storage/AnyVision/tracking_wo_bnw/src/frcnn/frcnn/nms/pth_nms.py", line 2, in
from ._ext import nms
File "/storage/AnyVision/tracking_wo_bnw/src/frcnn/frcnn/nms/_ext/nms/init.py", line 3, in
from ._nms import lib as _lib, ffi as _ffi
ImportError: /storage/AnyVision/tracking_wo_bnw/src/frcnn/frcnn/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

Please check the compilation in step 3 and whether is finished successfully. These errors are most likely due to a failed compilation. And one can easily miss that the compilation failed.

from tracking_wo_bnw.

nathanlem1 avatar nathanlem1 commented on August 15, 2024

There is no error during installation of step except some warnings. I tried using both cuda-9.0 and cuda-10.0.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

@nathanlem1 If you google the last statement undefined symbol: __cudaPopCallConfiguration this seems to be an issue of wrong PyTorch and CUDA versions. Please make sure to use the same versions for compiling and executing the code (PyTorch 0.3.1 for CUDA 9.0).

from tracking_wo_bnw.

nathanlem1 avatar nathanlem1 commented on August 15, 2024

There problem is on: from ._nms import lib as _lib, ffi as _ffi

It doesn't find lib and ffi in ._nms.

from tracking_wo_bnw.

nathanlem1 avatar nathanlem1 commented on August 15, 2024

Yes, I used PyTorch 0.3.1 after making sure it doesn't work with the latest PyTorch version.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

The error message does not say that it can not find lib and ffi. It just says that an error occured while importing the two from ._nms. The error comes when the _nms.so library file encounters a symbol that it does not know. And that symbol is __cudaPopCallConfiguration . And apparently this is an issue of a mismatch between PyTorch und CUDA version.

from tracking_wo_bnw.

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.