DeepPose icon indicating copy to clipboard operation
DeepPose copied to clipboard

Error in use_model.py

Open MaxChu719 opened this issue 8 years ago • 0 comments

When i execute use_model.py, and let it run for some time, i will crash with this error:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/Users/chumax/Documents/PhD_Research/Example/DeepPose/scripts/loops.py", line 205, in visualize_pose_loop
    raw_data = visual_que.get()
  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py", line 117, in get
    res = self._recv()
EOFError

MaxChu719 avatar Oct 10 '16 10:10 MaxChu719