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
Vladimir Mandic
20c223e766
Merge pull request #19 from meeki007/patch-3
...
remove http reff
2020-12-02 21:47:33 -05:00
meeki007
4fb9d5341e
remove http reff
...
we are using local folders
2020-12-02 21:15:45 -05:00
Vladimir Mandic
b11d5406bc
fixed typos
2020-12-02 17:24:40 -05:00
Vladimir Mandic
082473b822
0.9.1
2020-12-02 16:47:04 -05:00
Vladimir Mandic
e306d69a7d
redesigned tfjs bundling and build process
2020-12-02 16:46:41 -05:00
Vladimir Mandic
d82c04870d
push
2020-12-02 15:56:29 -05:00
Vladimir Mandic
006678b6c8
Merge pull request #17 from meeki007/patch-2
...
added link to documentation for js.tensorflow 2.7.0
2020-12-02 15:47:29 -05:00
Vladimir Mandic
df594133d5
Merge pull request #16 from meeki007/patch-1
...
Add comments and fix typo
2020-12-02 15:27:00 -05:00
meeki007
a37ab43ddc
added link to documentation for js.tensorflow 2.7.0
...
add if you think it will help others as it helped me
2020-12-02 14:41:34 -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
851d743829
0.8.9
2020-11-25 08:30:58 -05:00
Vladimir Mandic
9877f81fe0
update for node v15
2020-11-25 08:30:53 -05:00
Vladimir Mandic
e631131629
removed node-fetch dependency
2020-11-03 15:22:56 -05:00
Vladimir Mandic
c35f523d81
update packages for nodejs v15
2020-11-03 14:04:51 -05:00
Vladimir Mandic
8e82c1bc12
0.8.8
2020-11-03 13:53:22 -05:00
Vladimir Mandic
50c9f0a955
updated docs
2020-11-03 13:52:17 -05:00
Vladimir Mandic
7dd8692671
updated node demo
2020-11-03 13:50:14 -05:00
Vladimir Mandic
85bbe34d32
0.8.7
2020-11-03 13:41:23 -05:00
Vladimir Mandic
b8f0efb18b
removed type from package.json and added nodejs example
2020-11-03 13:41:17 -05:00
Vladimir Mandic
5ac0a2dfe5
0.8.6
2020-10-29 00:16:55 -04:00
Vladimir Mandic
cb573f5a00
updated for tfjs 2.7.0
2020-10-29 00:16:50 -04:00
Vladimir Mandic
7601561728
0.8.5
2020-10-27 16:35:44 -04:00
Vladimir Mandic
e83d97424d
updated build
2020-10-27 16:35:40 -04:00
Vladimir Mandic
2c2f9b9af3
0.8.4
2020-10-27 12:52:14 -04:00
Vladimir Mandic
1a77df6370
updated docs
2020-10-27 12:52:02 -04:00
Vladimir Mandic
ac1388c823
fix webpack compatibility issue
2020-10-27 12:51:38 -04:00
Vladimir Mandic
a0b2f8746d
0.8.3
2020-10-25 20:17:20 -04:00
Vladimir Mandic
492c761042
updated dependencies
2020-10-25 20:17:15 -04:00
Vladimir Mandic
5e122a2fee
0.8.2
2020-10-25 20:01:38 -04:00
Vladimir Mandic
7e1de2e57b
fix for wasm compatibility
2020-10-25 20:01:36 -04:00
Vladimir Mandic
4f17fe476b
0.8.1
2020-10-15 06:48:49 -04:00
Vladimir Mandic
cad57c8111
added cjs builds
2020-10-15 06:48:39 -04:00
Vladimir Mandic
bce6871ce5
0.7.4
2020-10-14 07:53:18 -04:00
Vladimir Mandic
f024f5875e
added nobundle
2020-10-14 07:53:11 -04:00
Vladimir Mandic
9c60e3b3c3
updated module path
2020-10-14 07:45:23 -04:00
Vladimir Mandic
213ef7d33d
0.7.3
2020-10-13 17:30:21 -04:00
Vladimir Mandic
ae19bde6e7
updated typings location
2020-10-13 17:30:15 -04:00
Vladimir Mandic
7926f62fa6
0.7.2
2020-10-13 17:21:26 -04:00
Vladimir Mandic
630ac2707b
0.7.1
2020-10-13 16:57:21 -04:00
Vladimir Mandic
19cd4e7c1f
switched to monolithic build
2020-10-13 16:57:06 -04:00
Vladimir Mandic
3a903d90fa
0.6.3
2020-10-12 14:28:23 -04:00
Vladimir Mandic
a8b56b12b4
updated example
2020-10-12 14:28:19 -04:00
Vladimir Mandic
950ed99269
0.6.2
2020-10-11 12:50:53 -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
4b61081926
0.6.1
2020-10-11 12:41:22 -04:00
Vladimir Mandic
7c02d78df9
major update
2020-10-11 12:41:17 -04:00
Vladimir Mandic
0b6b67996f
tfjs 2.6.0
2020-10-08 21:31:31 -04:00
Vladimir Mandic
a0c3e7a37f
0.5.3
2020-09-18 13:51:42 -04:00