mirror of https://github.com/vladmandic/human
updated packages
parent
1b0a037d3f
commit
bfbb3042af
|
@ -34,7 +34,7 @@ const ui = {
|
||||||
menuHeight: 0,
|
menuHeight: 0,
|
||||||
camera: {},
|
camera: {},
|
||||||
fps: [],
|
fps: [],
|
||||||
buffered: true,
|
buffered: false,
|
||||||
bufferedFPSTarget: 24,
|
bufferedFPSTarget: 24,
|
||||||
drawThread: null,
|
drawThread: null,
|
||||||
framesDraw: 0,
|
framesDraw: 0,
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"@vladmandic/pilogger": "^0.2.7",
|
"@vladmandic/pilogger": "^0.2.7",
|
||||||
"chokidar": "^3.4.3",
|
"chokidar": "^3.4.3",
|
||||||
"dayjs": "^1.9.6",
|
"dayjs": "^1.9.6",
|
||||||
"esbuild": "^0.8.5",
|
"esbuild": "^0.8.6",
|
||||||
"eslint": "^7.13.0",
|
"eslint": "^7.13.0",
|
||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"eslint-config-airbnb-base": "^14.2.1",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
|
|
11
src/tf.js
11
src/tf.js
|
@ -1,18 +1,9 @@
|
||||||
// from compileld sources: bundle 2.0M
|
// from esm bundles: bundle 3.3M
|
||||||
import * as tf from '@tensorflow/tfjs/dist/index.js';
|
|
||||||
import { setWasmPaths } from '@tensorflow/tfjs-backend-wasm/dist/index.js';
|
|
||||||
|
|
||||||
const loadGraphModel = tf.loadGraphModel;
|
|
||||||
export { tf, setWasmPaths, loadGraphModel };
|
|
||||||
|
|
||||||
// from esm bundles: bundle 3.2M
|
|
||||||
/*
|
|
||||||
import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js';
|
import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js';
|
||||||
import { setWasmPaths } from '@tensorflow/tfjs-backend-wasm/dist/index.js';
|
import { setWasmPaths } from '@tensorflow/tfjs-backend-wasm/dist/index.js';
|
||||||
|
|
||||||
const loadGraphModel = tf.loadGraphModel;
|
const loadGraphModel = tf.loadGraphModel;
|
||||||
export { tf, setWasmPaths, loadGraphModel };
|
export { tf, setWasmPaths, loadGraphModel };
|
||||||
*/
|
|
||||||
|
|
||||||
// modular: bundle 4.2M
|
// modular: bundle 4.2M
|
||||||
/*
|
/*
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 1cc1d9bf597c26a37f4e70c4895b1e956195c1b3
|
Subproject commit 726b24b9a76fd3df36fc309bd4f962daf4c74e45
|
Loading…
Reference in New Issue