Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 879 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 879 Bytes

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 action 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.