Skip to content

Latest commit

 

History

History
45 lines (12 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (12 loc) · 1.16 KB

Face Detection and Video Processing Application

The project is a Face Detection and Video Processing Application that allows users to upload a video and an image of a target face. The application then analyzes the video, detecting frames where the target face appears. It marks those frames with a bounding box around the face and generates an output video containing only the frames where the target face is present. The processed video can then be downloaded by the user.

Steps:

  1. Upload video and human face.
large_video.mp4

dad

  1. Detect human face in video
output_1.mp4
  1. Now let's upload 2 different videos combined in one video (watch till the end)
merge_video_oldman_girlwithdad.mp4
  1. Now we will seperate out the parts of the video where the human face is present and make a downloadable video
output_video_1.mp4