Created
May 11, 2020 11:07
-
-
Save prateekjoshi565/15e79337a670ca1b5bae74239a01f03a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# input frames path | |
pathIn= 'detected/' | |
# output path to save the video | |
pathOut = 'roads_v2.mp4' | |
# specify frames per second | |
fps = 30.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment