Skip to content

GUI tool to label start/end frames in videos as sequences of predefined classes (i.e., action classes)

Notifications You must be signed in to change notification settings

visionjo/VideoLabeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoLabeler

Version 0.1

Created: 01/03/2018

OVERVIEW:

Tool provides an easy-to-use interface that facilitates labeling of actions in videos.

ActionViewer allows the labeler to scroll through video to mark the start and end frame of each action.

Unmarked frames are considered to not contain an action (i.e., in between actions).

Execute the following commands to run this program >> al_setup(); % sets up environment >> ActionViewer(); % launches labeling interface

CONTENTS:

Updates.txt             -- Track progress/develop of application
README.md		        -- (This)
al_setup.m	            -- script to setup workspace

main/
    ActionViewer.m      -- Main program
    ActionViewer.fig    -- Main figure

view/
    figAbout.m          -- Action function 'About'
    figAbout.fig        -- 'About' figure
   
include/        Classes
    @Label			    -- Class for annotations
    @Video			    -- Class for action clips

demo/           TO DO
docs/           Image icons for GUI and related references
utils/

Todos

  • Enlarge interface
  • Add scroll bar to scroll through video
  • Add play button to play through video (i.e., add various speeds that are set by clicking 'Play' 2x, 3x...)
  • Create demo script

Authors

N|Solid

About

GUI tool to label start/end frames in videos as sequences of predefined classes (i.e., action classes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages