DOMAIN: Entertainment • CONTEXT: Company X owns a movie application and repository which caters movie streaming to millions of users who on subscription basis. Company wants to automate the process of cast and crew information in each scene from a movie such that when a user pauses on the movie and clicks on cast information button, the app will show details of the actor in the scene. Company has an in-house computer vision and multimedia experts who need to detect faces from screen shots from the movie scene. • DATA DESCRIPTION: The dataset comprises of images and its mask where there is a human face. • PROJECT OBJECTIVE: Face detection from training images. Steps and tasks:
- Import the dataset.
- Create features (images) and labels (mask) using that data.
- Mask detection model: ● Design a face mask detection model. Hint: Use U-net along with pre-trained transfer learning models ● Design your own Dice Coefficient and Loss function. ● Train, tune and test the model. ● Evaluate the model using testing data.
- Use the “Prediction image” as an input to your designed model and display the output of the image.