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

Accelerate video inference #9487

Merged
merged 5 commits into from
Sep 19, 2022
Merged

Commits on Sep 19, 2022

  1. The following code is slow, "self.cap.set(cv2.CAP_PROP_POS_FRAMES, se…

    …lf.vid_stride * (self.frame + 1)) # read at vid_stride".
    mucunwuxian committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e6d9ced View commit details
    Browse the repository at this point in the history
  2. adjust...

    mucunwuxian committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    26a2a1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e07cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313b3ea View commit details
    Browse the repository at this point in the history
  5. Update dataloaders.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8b04788 View commit details
    Browse the repository at this point in the history