face-api/example
meeki007 05ad464f80
must send a object to const optionsSSDMobileNet
the const maxResults = 5; is not an object
when defin const optionsSSDMobileNet you have to send it objects.
example:
```JS
new faceapi.SsdMobilenetv1Options({ minConfidence: 0.5, maxResults: 3});
```
or rather
```JS
const optionsSSDMobileNet = new faceapi.SsdMobilenetv1Options({ minConfidence: minScore, maxResults: maxResults });
```
2020-12-06 15:12:59 -05:00
..
index.html switched to monolithic build 2020-10-13 16:57:06 -04:00
index.js switched to monolithic build 2020-10-13 16:57:06 -04:00
node.js must send a object to const optionsSSDMobileNet 2020-12-06 15:12:59 -05:00
sample (1).jpg added example 2020-08-27 08:58:00 -04:00
sample (2).jpg added example 2020-08-27 08:58:00 -04:00
sample (3).jpg added example 2020-08-27 08:58:00 -04:00
sample (4).jpg added example 2020-08-27 08:58:00 -04:00
sample (5).jpg added example 2020-08-27 08:58:00 -04:00
sample (6).jpg added example 2020-08-27 08:58:00 -04:00
screenshot.png added example 2020-08-27 08:58:00 -04:00