We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df59d2f commit d678ed0Copy full SHA for d678ed0
package.json
@@ -17,7 +17,8 @@
17
"test-ssdmobilenetv1": "set UUT=ssdMobilenetv1&& karma start",
18
"test-tinyfacedetector": "set UUT=tinyFaceDetector&& karma start",
19
"test-mtcnn": "set UUT=mtcnn&& karma start",
20
- "test-tinyyolov2": "set UUT=tinyYolov2&& karma start"
+ "test-tinyyolov2": "set UUT=tinyYolov2&& karma start",
21
+ "docs": "typedoc --options ./typedoc.config.js ./src"
22
},
23
"keywords": [
24
"face",
0 commit comments