Skip to content

Label frames from video with an annotation by specifying times.

Notifications You must be signed in to change notification settings

NegatioN/VideoLabeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Video Labeler

This is meant to be a handy program to label data from a video.

Individuals do not have as many resources to label data as organizations, and will have to take shortcuts to achieve results.

My hope is that this can help me, and others generate interesting labeled datasets from videos. This can be valuable if the data you're seeking is usually protected heavily by copyright. You can instead generate it locally and train on it there.

Example usage:

(after running python setup.py install)

videolabeler --path $MY_VIDEO_FILE_PATH --start $MY_START_TIME --end $MY_END_TIME --label $MY_LABEL_VALUE

You can also select from two modes of storing the data:

  1. Saved as images in a folder with the label name.
  2. Pickled in a numpy-array with the image data and label.

Please be advised that if you choose to save it as a pickle, as of now all of the image-data is kept uncompressed in memory while doing this.

About

Label frames from video with an annotation by specifying times.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages