From cba35b8182cbe18f6c9efacf87bc4edccab5105a Mon Sep 17 00:00:00 2001 From: Marina Goritskaia <5275747+freealise@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:59:25 +0300 Subject: [PATCH] Uploaded face motion capture for camera --- .DS_Store | Bin 10244 -> 6148 bytes face_mocap/index.html | 61 + face_mocap/src.a2b27638_.js | 97955 ++++++++++++++++++++++++++++++++++ 3 files changed, 98016 insertions(+) create mode 100644 face_mocap/index.html create mode 100644 face_mocap/src.a2b27638_.js diff --git a/.DS_Store b/.DS_Store index f68f744b0a25561b9a91661759f604f70fab6642..2f43a939d4a7cf7c57fb989fe332c576f0362dae 100644 GIT binary patch delta 120 zcmZn(XfcprU|?W$DortDU=RQ@Ie-{Mvv5r;6q~50$jG@dU^g=(=Vl&(*G!W&q^7bP zS?DMjTAEH?FKj=VS=w|lI|qj#Gf)Q*2yg=lSCHn7h2NPc^Q(A*jACGd7z?tAVRJms G9A*Fx*c3qk literal 10244 zcmeHMTWl0n82=tbr zYrG*r(I*oh6nQa5qw#?lpEO<)<0U4Bcu7>?rC@05JfN=;D&irRoxekMnCm?FjVq`|u%vrOg+0q%^6o)FDmB`s6pg|7u^kofjZv=;@IiEchZkI9TH@#wG%Pn<^6TrxiWz4=VuOPBAC)$%z`qFHE ziI#~ydCzogx8EqZB-5sZB{?WWnhtY&44mgX5-EGuO`Xt;x( zam3@TVb>{mo&Ll$V@22KF=(DyGP-ECJ807F_%w#{>vQWCFKb-2ws}K)vTOV9Gu1V< zOi>mr94MKtnX!x^&CMFNZrTU>Mory2I82L^?V0;cqae%kFy3oxIm5S#M(Z0Si8T%u zGv?u<={+Fs6;+qY5<5Mj)01~QI=9q=`RXl_w3q8U3kKCftwdL>Bm=G2r56ldXH8s| zncI7aR!U*2B$_0d>3x=#F|0tfzLiuv2TB6CK)GO(BoAhtT#jDa6}sqMo9Q(_x{p72 zm*#qV@`nBQD|JfJ5Fgp1>!f70HPzjBN29~;L9Jly8KtG0eIZG{eh2CO&qE{pKHa+M zIfY>G9)FOTcFClDfj*?z9wbR>Os?YW1n}LF83)H4o|}g zcmZC9H{fk}2R?>R;8XY<&cJu@J)DJea2|e!U*K2x4XdykYp@n?!sU1?uE15e7F%%x zZp2Nv8Monf+=08W2lwI#?!z=5z&swt0*>LM_!vHpNAWp4i7(+Pd<{?IyZ9cyk00P? zcou)ab9f&Az(4Uq1R`>zCQ>WjI8qL<{=kDkMCz$=H8B#Ll1GLv6(ed_x3cy6#K<>u zc~s1szhGhAQXVSnH{CVKDM7(9>n>)qPv9xE_rJIwFqPzsE~;->tSnLch~dVO%9tz1 zBAd-4PCCP9FH>$-*-VN7(Os^rP}wZvzv!-3*QhK)VJEul)P%xjP*BOft*ow5B++bD zHY%)&f=hJUl_d%TS#&n5TU5qFu(}j^jf(fe+&`JdRJ{ z348{h#pm%wJSiABNz82lBLji2P~(b;S+QX%lN)B5HcE#!Mh)`UdsDolH6CkfYx#$p z;w4?HaDOVIVJ}1=L?A@q#zA0)a3#ji|GO{$|No8SaOg>hK#0IJ1hA?r)zv}ja*|Uy zgP*m>=(?XSUiiETA$=37{Ns3%{&75Y_;I|S{E@Dl^>Mo->A9Q`l3G-*`JVw{{?DRO LHO&A2$NB$X=q#sW diff --git a/face_mocap/index.html b/face_mocap/index.html new file mode 100644 index 0000000..1a53844 --- /dev/null +++ b/face_mocap/index.html @@ -0,0 +1,61 @@ + + + + + + + + + + + +
+
+
+
+ + +
+
+
+ + + + + + + diff --git a/face_mocap/src.a2b27638_.js b/face_mocap/src.a2b27638_.js new file mode 100644 index 0000000..684fbe1 --- /dev/null +++ b/face_mocap/src.a2b27638_.js @@ -0,0 +1,97955 @@ +// modules are defined as an array +// [ module function, map of requires ] +// +// map of requires is short require name -> numeric require +// +// anything defined in a previous bundle is accessed via the +// orig method which is the require for previous bundles +parcelRequire = (function (modules, cache, entry, globalName) { + // Save the require from previous bundle to this closure if any + var previousRequire = typeof parcelRequire === 'function' && parcelRequire; + var nodeRequire = typeof require === 'function' && require; + + function newRequire(name, jumped) { + if (!cache[name]) { + if (!modules[name]) { + // if we cannot find the module within our internal map or + // cache jump to the current global require ie. the last bundle + // that was added to the page. + var currentRequire = typeof parcelRequire === 'function' && parcelRequire; + if (!jumped && currentRequire) { + return currentRequire(name, true); + } + + // If there are other bundles on this page the require from the + // previous one is saved to 'previousRequire'. Repeat this as + // many times as there are bundles until the module is found or + // we exhaust the require chain. + if (previousRequire) { + return previousRequire(name, true); + } + + // Try the node require function if it exists. + if (nodeRequire && typeof name === 'string') { + return nodeRequire(name); + } + + var err = new Error('Cannot find module \'' + name + '\''); + err.code = 'MODULE_NOT_FOUND'; + throw err; + } + + localRequire.resolve = resolve; + localRequire.cache = {}; + + var module = cache[name] = new newRequire.Module(name); + + modules[name][0].call(module.exports, localRequire, module, module.exports, this); + } + + return cache[name].exports; + + function localRequire(x){ + return newRequire(localRequire.resolve(x)); + } + + function resolve(x){ + return modules[name][1][x] || x; + } + } + + function Module(moduleName) { + this.id = moduleName; + this.bundle = newRequire; + this.exports = {}; + } + + newRequire.isParcelRequire = true; + newRequire.Module = Module; + newRequire.modules = modules; + newRequire.cache = cache; + newRequire.parent = previousRequire; + newRequire.register = function (id, exports) { + modules[id] = [function (require, module) { + module.exports = exports; + }, {}]; + }; + + var error; + for (var i = 0; i < entry.length; i++) { + try { + newRequire(entry[i]); + } catch (e) { + // Save first error but execute all entries + if (!error) { + error = e; + } + } + } + + if (entry.length) { + // Expose entry point to Node, AMD or browser globals + // Based on https://github.com/ForbesLindesay/umd/blob/master/template.js + var mainExports = newRequire(entry[entry.length - 1]); + + // CommonJS + if (typeof exports === "object" && typeof module !== "undefined") { + module.exports = mainExports; + + // RequireJS + } else if (typeof define === "function" && define.amd) { + define(function () { + return mainExports; + }); + + //