Python Forum
how do i create average of 1000 frames per second from video with yolo - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: how do i create average of 1000 frames per second from video with yolo (/thread-19918.html)



how do i create average of 1000 frames per second from video with yolo - Rupen_gurung - Jul-20-2019

Hi i am trying to create a dataset form a vvideo to try out with yolo for object detectation but the problem is i couldn't find a way to reduce the reading of frames per second to average of 1000 for example only 1 frame should be written out of 1000 because the video is very long i want to read only 1 frame out of thousand how can i do that please help And thank you in advance.