Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

Is there any face detection model in open model zoo?

mathematics
Beginner
597 Views

Is there any face detection or head detection model in pretrained ?

If so where?

Thank you for response :)

0 Kudos
1 Reply
Munesh_Intel
Moderator
597 Views

Hi Mathematics,

OpenVINO™ toolkit provides a set of pre-trained and public models that you can use for learning and demo purposes or for developing deep learning software. The most recent version is available in the following repo on Github.

https://github.com/opencv/open_model_zoo

The models are also available at the following location in your OpenVINO installation folder:

<install_dir>/deployment_tools/open_model_zoo/models

There are two directories inside this folder - intel and public. The intel directory contains Intel pre-trained models while the public folder contains public models. There are numerous face detection models that you can choose from.

More information is available at the following page:

https://docs.openvinotoolkit.org/2020.3/_models_intel_index.html

 

Regards,

Munesh

0 Kudos
Reply