- Install "Conda"
- Download a video with a car and save it as
video.avi
$ wget https://pjreddie.com/media/files/yolov3.weights
$ conda create -n vid-clipper-py35 python=3.5 anaconda
$ source activate vid-clipper-py35
$ conda install -c soumith pytorch
$ conda install -c conda-forge ffmpeg
$ conda install -c conda-forge opencv
$ python video.py
- Open
output.avi
for results
- Clip to multiple outputs
- Name
output.avi
to{time-start}.avi
? (To tell start time)