Giter Club home page Giter Club logo

Comments (4)

martin-danelljan avatar martin-danelljan commented on September 7, 2024

Hi. Can you provide details of your environment. Are you using the latest version of pytorch?

from pytracking.

QIQIVTrackingY avatar QIQIVTrackingY commented on September 7, 2024

from pytracking.

QIQIVTrackingY avatar QIQIVTrackingY commented on September 7, 2024

I have sloved the problem. But when i use ''conda install pytorch torchvision '' to install pytorch, i got Illegal instruction (core dumped). Then I use pip install pytorch and I got
Traceback (most recent call last):
File "run_tracker.py", line 78, in
main()
File "run_tracker.py", line 74, in main
run_tracker(args.tracker_name, args.tracker_param, args.runid, args.dataset, args.sequence, args.debug, args.threads)
File "run_tracker.py", line 57, in run_tracker
trackers = [Tracker(tracker_name, tracker_param, run_id)]
File "../pytracking/evaluation/tracker.py", line 31, in init
self.parameters = self.get_parameters()
File "../pytracking/evaluation/tracker.py", line 104, in get_parameters
param_module = importlib.import_module('pytracking.parameter.{}.{}'.format(self.name, self.parameter_name)) #pytracking.parameter.atom.default
File "/home/dl/anaconda3/envs/pytracking/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "../pytracking/parameter/atom/default.py", line 3, in
from pytracking.features import deep
File "../pytracking/features/deep.py", line 3, in
import torchvision
File "/home/dl/anaconda3/envs/pytracking/lib/python3.7/site-packages/torchvision/init.py", line 1, in
from torchvision import models
File "/home/dl/anaconda3/envs/pytracking/lib/python3.7/site-packages/torchvision/models/init.py", line 11, in
from . import detection
File "/home/dl/anaconda3/envs/pytracking/lib/python3.7/site-packages/torchvision/models/detection/init.py", line 1, in
from .faster_rcnn import *
File "/home/dl/anaconda3/envs/pytracking/lib/python3.7/site-packages/torchvision/models/detection/faster_rcnn.py", line 7, in
from torchvision.ops import misc as misc_nn_ops
File "/home/dl/anaconda3/envs/pytracking/lib/python3.7/site-packages/torchvision/ops/init.py", line 1, in
from .boxes import nms, box_iou
File "/home/dl/anaconda3/envs/pytracking/lib/python3.7/site-packages/torchvision/ops/boxes.py", line 2, in
from torchvision import _C
ImportError: /home/dl/anaconda3/envs/pytracking/lib/python3.7/site-packages/torchvision/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c107Warning4warnENS_14SourceLocationENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

from pytracking.

martin-danelljan avatar martin-danelljan commented on September 7, 2024

Could you please try with CUDA 10, if that is supported by your OS?

from pytracking.

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.