fix demo paths

pull/356/head
Vladimir Mandic 2021-06-16 15:40:35 -04:00
parent c10f31ef6c
commit 47f1571ffd
5 changed files with 8 additions and 8 deletions

View File

@ -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; }

View File

@ -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; }

View File

@ -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

View File

@ -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

@ -1 +1 @@
Subproject commit f6641d6559b940a7bf99297bf9004f43d1e87bdc
Subproject commit f433ac2b3b8194a62aed252ef2518d480d4866cc