mirror of https://github.com/vladmandic/human
fix demo paths
parent
72d02e10f1
commit
f9f85ef4fe
|
@ -12,7 +12,7 @@
|
|||
<link rel="manifest" href="../manifest.webmanifest">
|
||||
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="../../assets/icon.png">
|
||||
<script src="facematch/facematch.js" type="module"></script>
|
||||
<script src="./facematch.js" type="module"></script>
|
||||
<style>
|
||||
@font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../../assets/lato-light.woff2') }
|
||||
html { font-family: 'Lato', 'Segoe UI'; font-size: 24px; font-variant: small-caps; }
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<link rel="manifest" href="../manifest.webmanifest">
|
||||
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="../../assets/icon.png">
|
||||
<script src="multithread/index.js" type="module"></script>
|
||||
<script src="./index.js" type="module"></script>
|
||||
<style>
|
||||
@font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../assets/lato-light.woff2') }
|
||||
html { font-family: 'Lato', 'Segoe UI'; font-size: 16px; font-variant: small-caps; }
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
import Human from '../../dist/human.esm.js'; // equivalent of @vladmandic/human
|
||||
import GLBench from '../helpers/gl-bench.js';
|
||||
|
||||
const workerJS = 'multithread/worker.js';
|
||||
const workerJS = './worker.js';
|
||||
|
||||
const config = {
|
||||
main: { // processes input and runs gesture analysis
|
||||
|
|
|
@ -66,11 +66,11 @@
|
|||
"@tensorflow/tfjs-node": "^3.7.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.7.0",
|
||||
"@types/node": "^15.12.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.26.1",
|
||||
"@typescript-eslint/parser": "^4.26.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
||||
"@typescript-eslint/parser": "^4.27.0",
|
||||
"@vladmandic/pilogger": "^0.2.17",
|
||||
"canvas": "^2.8.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"chokidar": "^3.5.2",
|
||||
"dayjs": "^1.10.5",
|
||||
"esbuild": "^0.12.8",
|
||||
"eslint": "^7.28.0",
|
||||
|
@ -84,7 +84,7 @@
|
|||
"seedrandom": "^3.0.5",
|
||||
"simple-git": "^2.40.0",
|
||||
"tslib": "^2.3.0",
|
||||
"typedoc": "^0.21.0-beta.2",
|
||||
"typedoc": "0.21.0-beta.2",
|
||||
"typescript": "4.3.2"
|
||||
}
|
||||
}
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit f6641d6559b940a7bf99297bf9004f43d1e87bdc
|
||||
Subproject commit f433ac2b3b8194a62aed252ef2518d480d4866cc
|
Loading…
Reference in New Issue