Skip to content

krampus-nuggets/framed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs-icon

FRAMED


FRAMED is a simple tool for converting a video file to individual frames. This tool was created for processing videos into frames so that the images can be fed into labelImg for image annotation. The processed images will then be ready for ingest when training with YOLO v5.

Usage


docs-icon

  1. Clone the repository and install the requirements.txt file (Create a venv first)
  2. Run the program - py main.py
  3. The program will create the following directories in the cwd - data/footage & data/frames
  4. It will auto-detect any MP4 video files in the data/footage directory and display it in the CLI
  5. Select a video to process and a progress spinner will appear, wait till it completes
  6. Once completed all the frames from the video will be in the data/frames/#video-name# directory

Example - Video Link

About

Extract frames from video files for image annotation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages