Skip to content

Commit f2a8286

Browse files
committed
add proper attributions for models
1 parent adc1394 commit f2a8286

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

src/PitchDetection/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
/*
77
Crepe Pitch Detection model
8-
https://github.com/marl/crepe/tree/gh-pages
9-
https://marl.github.io/crepe/crepe.js
8+
Based on https://github.com/marl/crepe/tree/gh-pages
9+
Original model and code: https://marl.github.io/crepe/crepe.js
1010
*/
1111

1212
import * as tf from '@tensorflow/tfjs';

src/Pix2pix/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
/* eslint max-len: "off" */
77
/*
88
Pix2pix
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
911
*/
1012

1113
import * as tf from '@tensorflow/tfjs';

src/PoseNet/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
/*
77
PoseNet
8+
The priginal PoseNet model was ported to Tensorflow.js by Dan Oved.
89
*/
910

1011
import EventEmitter from 'events';

src/StyleTransfer/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
/* eslint max-len: "off" */
77
/*
88
Fast Style Transfer
9+
This implementation is heavily based on github.com/reiinakano/fast-style-transfer-deeplearnjs by Reiichiro Nakano.
10+
The original Tensorflow implementation was developed by Logan Engstrom: github.com/lengstrom/fast-style-transfer
911
*/
1012

1113
import * as tf from '@tensorflow/tfjs';

0 commit comments

Comments
 (0)