justadudewhohacks / face-api.js

JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
MIT License
16.48k stars 3.67k forks source link

In SSD Mobilenet V1 #807

Open fti-dshinde opened 3 years ago

fti-dshinde commented 3 years ago

how much size of images face detected & what is minimum and maximum size of images supported ( like KB, MB ) and also supported for which resolution area ( Width x Hight)

vladmandic commented 3 years ago

all models take image of any size and convert it internally to a square image with per-model fixed size
(if input image is not square, it will be extended with borders to achieve perfect square)