Skip to content

C# program that allows you to find person's frames in video from a profile picture

Notifications You must be signed in to change notification settings

Liosfr/Video-Faces-Recongnition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Video-Faces-Recongnition

My first program in C# with Azure Face allows you to find person's frames in video from a profile picture.

Setup

Set variables env :

FACE_SUBSCRIPTION_KEY : Azure key
FACE_ENDPOINT : Azure face region endpoint

Place

Move to the root of the project and compile it with the commands :

cd FrameWorker
dotnet build

To execute it, you have to run the command :

dotnet run --project FrameWorker

An initialization of the program will then run to create the necessary folders to run the program. You will receive instructions about the files you intend to use such as videos or photos to be analyzed.

Put your videos to be analyzed in the "input/" folder and the profile picture in "tofind/".

Packages :

Packages to install with NuGet

  • Microsoft.Azure.CognitiveServices.Vision.Face
  • MediaToolkit
  • System.Configuration.ConfigurationManager

About

C# program that allows you to find person's frames in video from a profile picture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages