File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
/*
8
8
Pix2pix
9
9
The original pix2pix Tensorflow implementation was made by affinelayer: github.com/affinelayer/pix2pix-tensorflow
10
- This version is heavily based on Christopher Hesse Tensorflow.js implementation: https://github.com/affinelayer/pix2pix-tensorflow/tree/master/server
10
+ This version is heavily based on Christopher Hesse Tensorflow.js implementation: https://github.com/affinelayer/pix2pix-tensorflow/tree/master/server
11
11
*/
12
12
13
13
import * as tf from '@tensorflow/tfjs' ;
Original file line number Diff line number Diff line change 5
5
6
6
/*
7
7
PoseNet
8
- The priginal PoseNet model was ported to Tensorflow.js by Dan Oved.
8
+ The original PoseNet model was ported to Tensorflow.js by Dan Oved.
9
9
*/
10
10
11
11
import EventEmitter from 'events' ;
Original file line number Diff line number Diff line change 4
4
// https://opensource.org/licenses/MIT
5
5
6
6
/* eslint max-len: "off" */
7
+ /* eslint no-trailing-spaces: "off" */
7
8
/*
8
9
Fast Style Transfer
9
10
This implementation is heavily based on github.com/reiinakano/fast-style-transfer-deeplearnjs by Reiichiro Nakano.
You can’t perform that action at this time.
0 commit comments