• ketan-b's avatar
    Add multi-stream saving feature (#3864) · 9d86b54e
    ketan-b 提交于
    * 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!
    
    * Cleanup list lengths
    
    * batch size variable
    
    * Update datasets.py
    Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
    9d86b54e
名称
最后提交
最后更新
..
aws 正在载入提交数据...
flask_rest_api 正在载入提交数据...
google_app_engine 正在载入提交数据...
wandb_logging 正在载入提交数据...
__init__.py 正在载入提交数据...
activations.py 正在载入提交数据...
autoanchor.py 正在载入提交数据...
datasets.py 正在载入提交数据...
general.py 正在载入提交数据...
google_utils.py 正在载入提交数据...
loss.py 正在载入提交数据...
metrics.py 正在载入提交数据...
plots.py 正在载入提交数据...
torch_utils.py 正在载入提交数据...