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

Add multi-stream saving feature #3864

Merged
merged 4 commits into from
Jul 4, 2021
Merged

Commits on Jul 2, 2021

  1. Added the recording feature for multiple streams

    Thanks for the very cool repo!!
    I was trying to record multiple feeds at the same time, but the current version of the detector only had one video writer and one vid_path!
    So the streams were not being saved and only were initialized with one frame and this process didn't record the whole thing.
    
    Fix:
    I made a list of `vid_writer` and `vid_path` and the `i` from the loop over the `pred` took care of the writer which need to work!
    
    I hope this helps, Thanks!
    ketan-b authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    14e2d38 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Cleanup list lengths

    glenn-jocher authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    ac92ea5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. batch size variable

    glenn-jocher authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    9f50ec3 View commit details
    Browse the repository at this point in the history
  2. Update datasets.py

    glenn-jocher authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    c1c47ec View commit details
    Browse the repository at this point in the history