Skip to content

Latest commit

 

History

History
 
 

video_tagging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Video Tagging

Video tagging means adding proper tags for videos. Tags can be various from different aspects. For example, object detection, action recognition, place identification can all contribute to video tagging.

This video tagging bootcamp mainly includes one notebook for each type of tagging. You can learn about video tagging solutions and basic concepts of Towhee from these notebook tutorials.

Learn from Notebook

In this notebook you will build a basic video classification system with sample data (of 20 human activities), visualize predicted labels, and measure the system with performance metrics. Moreover, you can try optimization methods for accuracy and efficiency. At the end, you are able to build up a playable video classification system with 5 lines of code.