Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 407 Bytes

Useful Python Snippets

videoToImg.py : Converting video frames to images using opencv.

videoCapture.py: Capturing videos using opencv.

renameFiles.py: Renaming files (used for renaming 8000 images as dataset).

compressFile.py: Compressing any file to smaller size.

rmFiles.py: Removing files that aren't existing in another folder(used for removing labels txt files that don't have existing images).