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
meeki007
4fb9d5341e
remove http reff
...
we are using local folders
2020-12-02 21:15:45 -05:00
meeki007
7a41c1d3a5
Add comments and fix typo
...
Things I looked up to better understand the example.
add if you think it will help others.
2020-12-02 14:34:43 -05:00
Vladimir Mandic
e631131629
removed node-fetch dependency
2020-11-03 15:22:56 -05:00
Vladimir Mandic
7dd8692671
updated node demo
2020-11-03 13:50:14 -05:00
Vladimir Mandic
b8f0efb18b
removed type from package.json and added nodejs example
2020-11-03 13:41:17 -05:00
Vladimir Mandic
19cd4e7c1f
switched to monolithic build
2020-10-13 16:57:06 -04:00
Vladimir Mandic
a8b56b12b4
updated example
2020-10-12 14:28:19 -04:00
Vladimir Mandic
205de4831a
updated docs
2020-10-11 12:50:50 -04:00
Vladimir Mandic
253601e061
updated gitpages examples
2020-10-11 12:44:54 -04:00
Vladimir Mandic
7c02d78df9
major update
2020-10-11 12:41:17 -04:00
Vladimir Mandic
85006365c1
added faceapi.version object
2020-09-09 09:50:10 -04:00
Vladimir Mandic
dd29eed4a5
updated
2020-08-27 09:24:54 -04:00
Vladimir Mandic
49c09c6756
update
2020-08-27 09:17:39 -04:00
Vladimir Mandic
9c69921d4c
update
2020-08-27 09:13:15 -04:00
Vladimir Mandic
73117113c9
update
2020-08-27 09:12:54 -04:00
Vladimir Mandic
263a6b1d17
updated
2020-08-27 09:09:24 -04:00
Vladimir Mandic
899feb01e3
updated
2020-08-27 09:04:42 -04:00
Vladimir Mandic
d104de5429
updated
2020-08-27 09:02:46 -04:00
Vladimir Mandic
5d43985e1c
added example
2020-08-27 08:58:00 -04:00