MCPcopy Create free account

hub / github.com/ml5js/ml5-library / functions

Functions1,175 in github.com/ml5js/ml5-library

↓ 1 callersMethodgetVariable
* @public * Access a single variable from its key. Will load only if not previously loaded. * * @param {string} varName * @return {Promise
src/utils/checkpointLoader.js:116
↓ 1 callersFunctiongetVideo
()
src/ImageClassifier/index_test.js:130
↓ 1 callersFunctiongetVideo
()
examples/javascript/FeatureExtractor/FeatureExtractor_Image_Regression/sketch.js:107
↓ 1 callersFunctiongetVideo
()
examples/javascript/FaceApi/FaceApi_Video_Landmarks/sketch.js:111
↓ 1 callersFunctiongetVideo
()
examples/javascript/FaceApi/FaceApi_Video_Landmarks_LocalModels/sketch.js:114
↓ 1 callersFunctiongetVideo
()
examples/javascript/ImageClassification/ImageClassification_DoodleNet_Video/sketch.js:66
↓ 1 callersFunctiongetVideo
()
examples/javascript/ImageClassification/ImageClassification_VideoSound/sketch.js:72
↓ 1 callersFunctiongetVideo
()
examples/javascript/ImageClassification/ImageClassification_VideoScavengerHunt/sketch.js:124
↓ 1 callersFunctiongetVideo
()
examples/javascript/KNNClassification/KNNClassification_PoseNet/sketch.js:204
↓ 1 callersFunctiongetVideo
()
examples/javascript/KNNClassification/KNNClassification_VideoSquare/sketch.js:189
↓ 1 callersFunctiongetVideo
()
examples/javascript/KNNClassification/KNNClassification_VideoSound/sketch.js:159
↓ 1 callersFunctiongetVideo
()
examples/javascript/YOLO/YOLO_webcam/sketch.js:75
↓ 1 callersFunctiongetVideo
()
examples/javascript/BodyPix/BodyPix_Webcam/sketch.js:47
↓ 1 callersFunctiongetVideo
()
examples/javascript/BodyPix/BodyPix_Webcam_Parts/sketch.js:45
↓ 1 callersFunctiongetVideo
()
examples/javascript/ObjectDetector/COCOSSD_webcam/sketch.js:76
↓ 1 callersFunctiongetVideo
()
examples/javascript/ObjectDetector/YOLO_webcam/sketch.js:74
↓ 1 callersFunctiongetVideo
()
examples/javascript/StyleTransfer/StyleTransfer_Video/sketch.js:80
↓ 1 callersFunctionhandpose
(videoOrOptionsOrCallback, optionsOrCallback, cb)
src/Handpose/index.js:113
↓ 1 callersFunctionhead
(feats, anchors, numClasses)
src/ObjectDetector/YOLO/postprocess.js:137
↓ 1 callersFunctionhit
(goalHeight, note)
examples/p5js/PitchDetection/PitchDetection_Game/sketch.js:84
↓ 1 callersFunctionhit
(goalHeight, note)
examples/javascript/PitchDetection/PitchDetection_Game/sketch.js:123
↓ 1 callersMethodhits
(bird)
examples/p5js/NeuralNetwork/NeuroEvolution_FlappyBird/pipe.js:17
↓ 1 callersFunctionimageDataToCanvas
(imageData, w, h)
examples/javascript/UNET/UNET_webcam/sketch.js:66
↓ 1 callersFunctionimageDataToCanvas
(imageData, x, y)
examples/javascript/BodyPix/BodyPix_Webcam/sketch.js:65
↓ 1 callersFunctionimageDataToCanvas
(imageData, x, y)
examples/javascript/BodyPix/BodyPix_Webcam_Parts/sketch.js:62
↓ 1 callersFunctionimageDataToCanvas
(imageData, x, y)
examples/javascript/BodyPix/BodyPix_Image/sketch.js:32
↓ 1 callersFunctionimgToPixelArray
(img)
src/utils/imageUtilities.js:144
↓ 1 callersMethodincrementClusterId
* increment cluster id
src/DBSCAN/index.js:144
↓ 1 callersFunctioninit
()
examples/d3/KMeans/KMeans_GaussianClusterDemo/sketch.js:13
↓ 1 callersFunctioninit
()
examples/d3/DBSCAN/DBSCAN_Cluster/sketch.js:13
↓ 1 callersFunctioninit
()
examples/assets/sketch.js:31
↓ 1 callersMethodinit
* init * @param {*} callback
src/NeuralNetwork/index.js:108
↓ 1 callersMethodinit
* initialize with create model
src/NeuralNetwork/NeuralNetwork.js:36
↓ 1 callersMethodinitCells
()
src/CharRNN/index.js:116
↓ 1 callersFunctionisAbsoluteURL
* Check if the provided URL string starts with a hostname, * such as http://, https://, etc. * @param {string} str * @returns {boolean}
src/utils/modelLoader.js:7
↓ 1 callersFunctionkmeans
(dataset, options, callback)
src/KMeans/index.js:187
↓ 1 callersMethodload
(filesOrPath = null, callback)
src/FeatureExtractor/Mobilenet.js:453
↓ 1 callersMethodload
* load a model and metadata * @param {*} filesOrPath * @param {*} callback
src/NeuralNetwork/index.js:1166
↓ 1 callersMethodload
()
src/PoseNet/index.js:81
↓ 1 callersMethodload
()
src/ImageClassifier/doodlenet.js:49
↓ 1 callersMethodload
(model)
src/StyleTransfer/index.js:54
↓ 1 callersMethodloadAsync
* Load a p5.Image from a URL in an async way. * @param {string} url * @return {Promise<p5.Image>}
src/utils/p5Utils.js:76
↓ 1 callersMethodloadAsync
(url)
src/CVAE/index.js:58
↓ 1 callersMethodloadBlob
* loadBlob * @param {*} _dataUrlOrJson * @param {*} _inputLabelsArray * @param {*} _outputLabelsArray
src/NeuralNetwork/NeuralNetworkData.js:660
↓ 1 callersMethodloadCSV
* loadCSV * @param {*} _dataUrl * @param {*} _inputLabelsArray * @param {*} _outputLabelsArray
src/NeuralNetwork/NeuralNetworkData.js:638
↓ 1 callersMethodloadCVAEModel
(modelPath)
src/CVAE/index.js:43
↓ 1 callersMethodloadCheckpoints
(path)
src/CharRNN/index.js:79
↓ 1 callersMethodloadCheckpoints
(path)
src/Pix2pix/index.js:35
↓ 1 callersMethodloadCheckpoints
(path)
src/StyleTransfer/index.js:62
↓ 1 callersMethodloadData
* load data * @param {*} filesOrPath * @param {*} callback
src/NeuralNetwork/index.js:1123
↓ 1 callersMethodloadDataInternal
* loadDataInternal * @param {*} options
src/NeuralNetwork/index.js:232
↓ 1 callersFunctionloadDataset
* Load and flatten an array of arrays, an array of objects, or a string * path to a csv. * @param {string || array || object} inputData
src/KMeans/index.js:38
↓ 1 callersFunctionloadDataset
* Load and flatten an array of arrays, an array of objects, or a string * path to a csv. * @param {string || array || object} inputData
src/DBSCAN/index.js:29
↓ 1 callersFunctionloadHTMLImageElement
(imageSrc)
src/Handpose/index_test.js:14
↓ 1 callersFunctionloadHTMLImageElement
(imageSrc)
src/Facemesh/index_test.js:14
↓ 1 callersMethodloadManifest
* @private * Executes the request to load the manifest.json file. * * @return {Promise<Manifest>}
src/utils/checkpointLoader.js:39
↓ 1 callersMethodloadMeta
* load a model and metadata * @param {*} filesOrPath * @param {*} callback
src/NeuralNetwork/NeuralNetworkData.js:784
↓ 1 callersMethodloadModel
(options)
src/SoundClassifier/index.js:47
↓ 1 callersMethodloadModel
()
src/UNET/index.js:43
↓ 1 callersMethodloadModel
* Initializes the Sentiment demo.
src/Sentiment/index.js:60
↓ 1 callersMethodloadModel
()
src/FeatureExtractor/Mobilenet.js:100
↓ 1 callersMethodloadModel
* load model
src/UniversalSentenceEncoder/index.js:23
↓ 1 callersMethodloadModel
* Load the model and set it to this.model * @return {this} the BodyPix model.
src/FaceApi/index.js:87
↓ 1 callersMethodloadModel
* Load the model and set it to this.model * @return {this} the Handpose model.
src/Handpose/index.js:41
↓ 1 callersMethodloadModel
* Load the model and set it to this.model * @return {this} The ImageClassifier.
src/ImageClassifier/index.js:82
↓ 1 callersMethodloadModel
(model)
src/PitchDetection/index.js:46
↓ 1 callersMethodloadModel
(modelUrl)
src/CartoonGAN/index.js:45
↓ 1 callersMethodloadModel
* Load the model and set it to this.model * @return {this} the Facemesh model.
src/Facemesh/index.js:41
↓ 1 callersMethodloadModel
* Load the model and set it to this.model * @return {Promise<Object>} the BodyPix model.
src/BodyPix/index.js:62
↓ 1 callersMethodloadModel
()
src/ObjectDetector/YOLO/index.js:72
↓ 1 callersMethodloadModel
* load model
src/ObjectDetector/CocoSsd/index.js:42
↓ 1 callersMethodloadModel
* Load the model and set it to this.model * @return {this} the dcgan.
src/DCGAN/index.js:47
↓ 1 callersMethodloadModelFrom
(path = null)
src/ImageClassifier/index.js:89
↓ 1 callersMethodloadVariable
* @private * Executes the request to load the file for a variable. * * @param {string} varName * @return {Promise<tf.Tensor>}
src/utils/checkpointLoader.js:55
↓ 1 callersMethodloadVocab
(path)
src/CharRNN/index.js:105
↓ 1 callersFunctionloop
examples/javascript/ImageClassification/ImageClassification_Video_Load/sketch.js:25
↓ 1 callersFunctionloop
examples/javascript/ImageClassification/ImageClassification_Video/sketch.js:21
↓ 1 callersFunctionloopRNN
()
examples/p5js/CharRNN/CharRNN_Text_Stateful/sketch.js:73
↓ 1 callersFunctionloopRNN
()
examples/javascript/CharRNN/CharRNN_Text_Stateful/sketch.js:76
↓ 1 callersFunctionmake
()
scripts/updateDocVersions.js:38
↓ 1 callersFunctionmake
()
scripts/updateReadme.js:34
↓ 1 callersFunctionmake
()
examples/javascript/FaceApi/FaceApi_Video_Landmarks/sketch.js:14
↓ 1 callersFunctionmake
()
examples/javascript/FaceApi/FaceApi_Image_Landmarks/sketch.js:14
↓ 1 callersFunctionmake
()
examples/javascript/FaceApi/FaceApi_Video_Landmarks_LocalModels/sketch.js:17
↓ 1 callersFunctionmake
()
examples/javascript/YOLO/YOLO_webcam/sketch.js:19
↓ 1 callersFunctionmake
()
examples/javascript/YOLO/YOLO_single_image/sketch.js:18
↓ 1 callersFunctionmake
()
examples/javascript/BodyPix/BodyPix_Webcam_Parts/sketch.js:13
↓ 1 callersFunctionmake
()
examples/javascript/BodyPix/BodyPix_Image/sketch.js:9
↓ 1 callersFunctionmake
()
examples/javascript/ObjectDetector/COCOSSD_webcam/sketch.js:19
↓ 1 callersFunctionmake
()
examples/javascript/ObjectDetector/YOLO_webcam/sketch.js:19
↓ 1 callersFunctionmake
()
examples/javascript/ObjectDetector/COCOSSD_single_image/sketch.js:18
↓ 1 callersFunctionmake
()
examples/javascript/ObjectDetector/YOLO_single_image/sketch.js:18
↓ 1 callersFunctionmake
()
examples/javascript/CVAE/CVAE_QuickDraw/sketch.js:19
↓ 1 callersFunctionmakeChart
()
examples/d3/KMeans/KMeans_GaussianClusterDemo/sketch.js:62
↓ 1 callersFunctionmakeChart
()
examples/d3/DBSCAN/DBSCAN_Cluster/sketch.js:61
↓ 1 callersFunctionmakeNewVersionString
(newVersionNumber)
scripts/updateReadme.js:16
↓ 1 callersFunctionmap
(n, start1, stop1, start2, stop2)
examples/javascript/FeatureExtractor/FeatureExtractor_Image_Regression/sketch.js:22
↓ 1 callersMethodmobilenetInfer
(input, embedding = false)
src/FeatureExtractor/Mobilenet.js:516
↓ 1 callersMethodmodelSummary
(_options, _model)
src/NeuralNetwork/NeuralNetworkVis.js:14
↓ 1 callersFunctionneuralNetworkUtils
()
src/NeuralNetwork/NeuralNetworkUtils.js:146
← previousnext →401–500 of 1,175, ranked by callers