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.
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.