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.

visualize face-detection-adas-0001 layer activation.

Bigorgne__Erwan
Beginner
827 Views

Hello,

I'm quite new in the CNN world.

I'm satisfied with  the face-detection-adas-0001 net's performance.

I now wonder what is the best way to detect if the detected faces are mostly frontal or of profile type.

The nets dedicated to the head pose seem to be unable to handle faces that are too much out-of-frontal. Is there a hope in checking the face-detection-adas-0001 layer activation, looking for some  "profile face specialized locations" ?

If so, is there a way to convert back the .bin and .xml files to a framework (e.g. tensorflow, keras, caffe?) more suitable for "fine tuning" operations ?

Should I better go towards a frontal/profile classifier? 

Best Regards ,

 

Erwan B.

0 Kudos
4 Replies
Roy_A_Intel
Employee
827 Views

Hi Erwan,

I would suggest looking into the OpenVINO training extensions to achieve this https://github.com/opencv/openvino_training_extensions 

 

0 Kudos
Bigorgne__Erwan
Beginner
827 Views

Hi Roy,

thanks you !

I'll have a look at it.

E.B.

0 Kudos
Bigorgne__Erwan
Beginner
827 Views

Hello again,

Despite having the prototxt file face-detection-adas-0001 there is no caffemodel file for this particular net (that is very efficient on 16/9 images...) So I can't figure out to go back towards a well suited training framework...

 

 

 

0 Kudos
Shubha_R_Intel
Employee
827 Views

Dear Bigorgne, Erwan,

Also look at https://github.com/opencv/training_toolbox_caffe . Face Detection is one of the models covered. Unfortunately there is no way to "go backwards" from a generated IR file, back to the original model.

Thanks,

Shubha

0 Kudos
Reply