Skip to content

The package contains a player object for viewing the performance of different object detection models on video files.

License

Notifications You must be signed in to change notification settings

arashsaber/Video_Handling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Player

The package contains a player object for viewing the performance of different object detection models on video files. The player provids forward, backward buttons and a clickable slider as shown in the image.

How to use

  1. Download the tensorflow object detection module

  2. Set the variable 'PATH_TO_OBJECT_DETECTION'

  3. Download or train your desired tensorflow model

  4. Run the following:

    video_file = './data/city.mp4' vod = VideoObjectDetection(detection_graph) vod.play(video_file)

Attention: The code for loading a tf model is taken from pythonprogramming.net channel. Specifically, here. However, 'VideoHandling' package is not about how to load a model as is aimed at building a player which simplifies analyzing the performance of the trained models on video data.

About

The package contains a player object for viewing the performance of different object detection models on video files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages