We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e34c1 commit 6964aa4Copy full SHA for 6964aa4
src/FeatureExtractor/Mobilenet.js
@@ -57,12 +57,12 @@ class Mobilenet {
57
return tf.model({ inputs: this.mobilenet.inputs, outputs: layer.output });
58
}
59
60
- asClassifier(video, callback) {
+ classification(video, callback) {
61
this.usageType = 'classifier';
62
return this.loadVideo(video, callback);
63
64
65
- asRegressor(video, callback) {
+ regression(video, callback) {
66
this.usageType = 'regressor';
67
68
0 commit comments