GithubHelp home page GithubHelp logo

Comments (10)

ahkarami avatar ahkarami commented on August 19, 2024 1

I have addressed the above issue.

from pymdnet.

wassonxu avatar wassonxu commented on August 19, 2024

how to generate the corresponding video of DragonBaby?
Thank you very much~

from pymdnet.

hyseob avatar hyseob commented on August 19, 2024

@wassonxu
Try python run_tracker.py -s DragonBaby -d -f :)

from pymdnet.

wassonxu avatar wassonxu commented on August 19, 2024

It works. Thank you very much :)

from pymdnet.

hahamyt avatar hahamyt commented on August 19, 2024

After I run the command:

python run_tracker.py -s DragonBaby -d -f

I have the wrong result:

Traceback (most recent call last):
  File "run_tracker.py", line 25, in <module>
    torch.cuda.manual_seed(789)
  File "/home/xx/anaconda2/lib/python2.7/site-packages/torch/cuda/random.py", line 27, in manual_seed
    _lazy_init()
  File "/home/xx/anaconda2/lib/python2.7/site-packages/torch/cuda/__init__.py", line 84, in _lazy_init
    _check_driver()
  File "/home/xx/anaconda2/lib/python2.7/site-packages/torch/cuda/__init__.py", line 51, in _check_driver
    raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled

Please Help!Thank you very much!!

from pymdnet.

qianliangchang avatar qianliangchang commented on August 19, 2024

excuse me,please forgive that I'm small.
why I got the wrong result? Thanks for your help!
................

[root@localhost tracking]# python run_tracker.py -s DragonBaby -d -f
Traceback (most recent call last):
File "run_tracker.py", line 8, in
import matplotlib.pyplot as plt
File "/usr/lib64/python2.7/site-packages/matplotlib/pyplot.py", line 97, in
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
File "/usr/lib64/python2.7/site-packages/matplotlib/backends/init.py", line 25, in pylab_setup
globals(),locals(),[backend_name])
File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_gtkagg.py", line 10, in
from matplotlib.backends.backend_gtk import gtk, FigureManagerGTK, FigureCanvasGTK,
File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_gtk.py", line 13, in
import gtk; gdk = gtk.gdk
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/init.py", line 64, in
_init()
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/init.py", line 52, in _init
_gtk.init_check()
RuntimeError: could not open display

NOTE:

I have got the reason, because I run code in shell instead of original linux os with graphical interfaces

from pymdnet.

ahkarami avatar ahkarami commented on August 19, 2024

Dear @HyeonseobNam,
After I run the command:
python run_tracker.py -s DragonBaby -d -f
the below error has occurred:

Traceback (most recent call last):
  File "run_tracker.py", line 329, in <module>
    result, result_bb, fps = run_mdnet(img_list, init_bbox, gt=gt, savefig_dir=savefig_dir, display=display)
  File "run_tracker.py", line 129, in run_mdnet
    model = MDNet(opts['model_path'])
  File "../modules/model.py", line 78, in __init__
    self.build_param_dict()
  File "../modules/model.py", line 83, in build_param_dict
    append_params(self.params, module, name)
  File "../modules/model.py", line 13, in append_params
    for k,p in child._parameters.iteritems():
AttributeError: 'collections.OrderedDict' object has no attribute 'iteritems'

Would you please kindly help me to address this problem?

from pymdnet.

Pratik124 avatar Pratik124 commented on August 19, 2024

dear @ahkarami I have got the same error
AttributeError: 'collections.OrderedDict' object has no attribute 'iteritems'

can you please explain what was the issue?

from pymdnet.

ahkarami avatar ahkarami commented on August 19, 2024

Dear @Pratik124,
As I remember, this issue refer to the version of Python. I wanted to run MDNet on Python3. So I have changed all .iteritems() to .items() in all necessary files.

from pymdnet.

nazi96 avatar nazi96 commented on August 19, 2024

It works. Thank you very much :)
@wassonxu
hello
I have problem in running the code. I am realy confused. I think you run the code corectly. would you please help me to run the model??

from pymdnet.

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.