deep_sort_yolov3 icon indicating copy to clipboard operation
deep_sort_yolov3 copied to clipboard

"videocaptureasync" module?

Open terawise opened this issue 4 years ago • 4 comments

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'

terawise avatar May 13 '20 01:05 terawise

Hi same issue :)

rlimaboldmss avatar May 13 '20 04:05 rlimaboldmss

  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

terawise avatar May 13 '20 05:05 terawise

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

brigthlee avatar May 15 '20 04:05 brigthlee

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

feichaohao avatar May 20 '20 01:05 feichaohao