Qidian213 / deep_sort_yolov3

Real-time Multi-person tracker using YOLO v3 and deep_sort with tensorflow
GNU General Public License v3.0
1.66k stars 595 forks source link

"videocaptureasync" module? #154

Open terawise opened 4 years ago

terawise commented 4 years ago

Where is the "videocaptureasync" module? I tried "demo.py", but it cannot find the module. Thank you.

Using TensorFlow backend. Traceback (most recent call last): File "demo.py", line 19, in from videocaptureasync import VideoCaptureAsync ModuleNotFoundError: No module named 'videocaptureasync'

rlimaboldmss commented 4 years ago

Hi same issue :)

terawise commented 4 years ago
  1. copy 'videocaptureasync.py' to deep_sort/ https://github.com/Veriff/face_alignment_challenge/blob/master/videocaptureasync.py

  2. compile it python -m py_compile deep_sort/videocaptureasync.py -> videocaptureasync.pyc or python -m -O py_compile deep_sort/videocaptureasync.py -> videocaptureasync.pyo

brigthlee commented 4 years ago

编译之后也是缺乏这个模块呢

feichaohao commented 4 years ago

You can try copy https://github.com/Veriff/face_alignment_challenge/blob/master/videocaptureasync.py to deep_sort_yolov3/