Skip to content

Commit

Permalink
[QUAL] Update ears neural network - see #4
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierjs committed Oct 10, 2020
1 parent f29dc01 commit ee0cfbf
Show file tree
Hide file tree
Showing 21 changed files with 35 additions and 34 deletions.
2 changes: 1 addition & 1 deletion demos/debug/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../../helpers/WebARRocksResizer.js"></script>

<!-- INCLUDE LANDMARKS STABILIZER -->
<script src="../../helpers/WebARRocksLMStabilizer.js"></script>
<script src="../../helpers/WebARRocksLMStabilizer2.js"></script>

<!-- INCLUDE DEMO SCRIPT -->
<script src="./main.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/earrings2D/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const _earringsVisibility = {
function start(){
WebARRocksFaceCanvas2DHelper.init({
spec: {
NNCpath: '../../neuralNets/NN_EARS_0.json', // neural network model file
NNCpath: '../../neuralNets/NN_EARS_2.json', // neural network model file
canvas: _canvases.face
},

Expand Down
2 changes: 1 addition & 1 deletion demos/earrings3D/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let _three = null;
function start(){
// Init WebAR.rocks.face through the earrings 3D helper:
WebARRocksFaceEarrings3DHelper.init({
NN: '../../neuralNets/NN_EARS_1.json',
NN: '../../neuralNets/NN_EARS_2.json',
taaLevel: _settings.taaLevel,
canvasFace: _canvases.face,
canvasThree: _canvases.three,
Expand Down
2 changes: 1 addition & 1 deletion dist/NNC.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/WebARRocksFace.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee0cfbf

Please sign in to comment.