Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"videocaptureasync" module? #154

Open
terawise opened this issue May 13, 2020 · 4 comments
Open

"videocaptureasync" module? #154

terawise opened this issue May 13, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@terawise
Copy link

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
Copy link

Hi same issue
:)

@terawise
Copy link
Author

  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

@Qidian213 Qidian213 pinned this issue May 15, 2020
@Qidian213 Qidian213 unpinned this issue May 15, 2020
@Qidian213 Qidian213 added the bug Something isn't working label May 15, 2020
@brigthlee
Copy link

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

@feichaohao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants