OpenLake / Smart-Cams

Give superpowers to your CCTV/Mobile cameras with Computer vision 📷🤖
6 stars 6 forks source link

Script to detect faces from a video using pre-trained models #7

Open KShivendu opened 3 years ago

KShivendu commented 3 years ago

We want to detect faces(and other features) from the video stream that is being recorded. But doing it near-real-time will be difficult and that's why we want to gradually move towards that.

Your task is to write a python script that uses pre-trained Facenet(or its variants) to detect faces in a given video file.