You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When browsing through the posts I don't like to see preview images of human faces, especially politician faces. Human faces elicit automatic emotional response, and this is why people include them in the preview image. And I don't need my emotion to be disturbed.
Having said that, I don't know how practical it would be to identify faces. There's for example face-api.js that can perform face recognition using tensorflow.js core.
The Tiny Face Detector is a very performant, realtime face detector, which is much faster, smaller and less resource consuming compared to the SSD Mobilenet V1 face detector, in return it performs slightly less well on detecting small faces. This model is extremely mobile and web friendly, thus it should be your GO-TO face detector on mobile devices and resource limited clients. The size of the quantized model is only 190 KB (tiny_face_detector_model).
The text was updated successfully, but these errors were encountered:
When browsing through the posts I don't like to see preview images of human faces, especially politician faces. Human faces elicit automatic emotional response, and this is why people include them in the preview image. And I don't need my emotion to be disturbed.
Having said that, I don't know how practical it would be to identify faces. There's for example face-api.js that can perform face recognition using tensorflow.js core.
The text was updated successfully, but these errors were encountered: