-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy paththirdpartylibs.xml
More file actions
executable file
·44 lines (42 loc) · 2.03 KB
/
Copy paththirdpartylibs.xml
File metadata and controls
executable file
·44 lines (42 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<libraries>
<library>
<location>amd/src/lightbox2.js</location>
<name>Lightbox2</name>
<version>2.11.3</version>
<license>MIT</license>
<repository>https://github.com/lokesh/lightbox2</repository>
<author>Lokesh Dhakar</author>
<homepage>https://lokeshdhakar.com/projects/lightbox2/</homepage>
<notes>
Lightbox2 is used for creating responsive image modals in the plugin.
The library is included as a minified JavaScript file at the specified location.
</notes>
</library>
<library>
<location>thirdpartylibs/models/ssd_mobilenetv1_model-shard1</location>
<name>SSD MobileNet V1 (Shard 1)</name>
<version>1.0</version>
<license>Apache-2.0</license>
<repository>https://github.com/justadudewhohacks/face-api.js/tree/master/src/ssdMobilenetv1</repository>
<author>Vincent Mühler (justadudewhohacks)</author>
<homepage>https://github.com/justadudewhohacks/face-api.js/tree/master/src/ssdMobilenetv1</homepage>
<notes>
This file is part of the SSD MobileNet V1 object detection model.
Ensure that both shards (shard1 and shard2) are included for the model to function correctly.
</notes>
</library>
<library>
<location>thirdpartylibs/models/ssd_mobilenetv1_model-shard2</location>
<name>SSD MobileNet V1 (Shard 2)</name>
<version>1.0</version>
<license>Apache-2.0</license>
<repository>https://github.com/justadudewhohacks/face-api.js/tree/master/src/ssdMobilenetv1</repository>
<author>Vincent Mühler (justadudewhohacks)</author>
<homepage>https://github.com/justadudewhohacks/face-api.js/tree/master/src/ssdMobilenetv1</homepage>
<notes>
This file is part of the SSD MobileNet V1 object detection model.
Ensure that both shards (shard1 and shard2) are included for the model to function correctly.
</notes>
</library>
</libraries>