'Can Detectron2 identify human faces or not?

I want to know that detectron2 can identify human faces or not. I know detectron2 is an object detection framework so its possible or not?



Solution 1:[1]

Yes, it is also possible to detect faces with detectron2. You can either train your own model or use a pre trained model, like it is shown for example here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1