tencent cloud

Video on Demand

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Overview
Product Features
Features
Strengths
Scenarios
Solutions
Professional Edition
Introduction to Video On Demand Professional Edition
Quick Start
Console Guide
Development Guide
Purchase Guide
Billing Overview
Billing Modes
Purchase Guide
Viewing Bills
Renewal
Overdue Policy
Refund Policy
Getting Started
Console Guide
Console Overview
Service Overview
Application Management
Media Management
Package Management
License Management
Real-Time Log Analysis
Practical Tutorial
Media Upload
Smart Cold Storage of VOD Media Asset Files
Video Processing
Distribution and Playback
How to Receive Event Notification
How to Migrate Files from Origin Server to VOD
Live Recording
How to Pull from Custom Origin Servers
How to Use EdgeOne to Distribute Content in VOD
Development Guide
Media Upload
Media Processing
Video AI
Event Notification
Video Playback
Media Encryption and Copyright Protection
Broadcast Channel
CAM
Media File Download
Subapplication System
Error Codes
Player SDK
Overview
Basic Concepts
Features
Free Demo
Free Trial License
Purchase Guide
SDK Download
Licenses
Player Guide
Integration (UI Included)
Integration (No UI)
Advanced Features
API Documentation
Player Adapter
Player SDK Policy
Server APIs
History
Introduction
API Category
Other APIs
Media Processing APIs
Task Management APIs
Media Upload APIs
Media Management APIs
Event Notification Relevant API
Media Categorization APIs
Domain Name Management APIs
Distribution APIs
AI-based Sample Management APIs
Region Management APIs
Data Statistics APIs
Carousel-Related APIs
Just In Time Transcode APIs
No longer recommended APIs
Making API Requests
AI-based image processing APIs
Parameter Template APIs
Task Flow APIs
Data Types
Error Codes
Video on Demand API 2024-07-18
FAQs
Mobile Playback
Fees
Video Upload
Video Publishing
Video Playback
Web Playback
Full Screen Playback
Statistics
Access Management
Cold Storage
Agreements
Service Level Agreement
VOD Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

Face Recognition

PDF
Focus Mode
Font Size
Last updated: 2024-10-16 17:32:17

Overview

Based on Tencent's industry-leading AI technology, VOD’s face recognition feature helps you quickly recognize faces in a video and provides information including the frames a face appears in and the coordinates of the face frame. You can use VOD’s public person libraries or customize and manage your own person libraries. The public person libraries contain celebrities in various fields, such as movies, music, sports, and academics.

Use cases

Face recognition in media content has been widely used for video creation, media search, and generation of personalized recommendations.
Scenario
Description
Video creation
The face recognition capability increases the efficiency of content production by allowing users to quickly locate specific people from a large number of videos and obtain information including when a person starts to appear, where the person appears on an image, and how long the appearance lasts.
Event replays and highlights
You can add timestamps for when a certain player appears during a sports and esports event, so users can quickly locate the relevant time points. You can also find the time points and capture the video frames in which a certain celebrity appears in a video, making it easier to create a highlight reel or generate an animated image as the thumbnail to attract more viewers.
Video websites
Users can search for relevant videos by the name of a person. Video websites can also recommend videos based on the list of persons followed by a user.

How to Use

Face recognition is enabled by the face recognition capability of Video Content Recognition. To use the feature, follow the steps below:
1. Prepare an audio/video content recognition template. You can use a preset audio/video content recognition template to recognize all people in the public person libraries. You can also create your own template and specify the categories of faces in public or custom person libraries to recognize by setting the FaceConfigure parameter. For example, the following code sample indicates to recognize only sports celebrities in the public person libraries:
{
"FaceConfigure": {
"Switch": "ON",
"DefaultLibraryLabelSet": ["sport"]
}
}
Get the template ID from the response.
* You can manage custom person libraries using the AI-based Sample Management APIs (CreatePersonSample/DeletePersonSample/DescribePersonSamples/ModifyPersonSample).
2. Initiate a face recognition task with the template ID obtained in step 1 as instructed in Video Content Recognition.
3. Get the task result as instructed in Video Content Recognition.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback