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 b25cd89 commit 744d14bCopy full SHA for 744d14b
examples/objectDetection-image/sketch.js
@@ -3,7 +3,7 @@
3
* Learn more about the ml5.js project: https://ml5js.org/
4
* ml5.js license and Code of Conduct: https://github.com/ml5js/ml5-next-gen/blob/main/LICENSE.md
5
*
6
- * This example demonstrates detecting objects in a live video through ml5.imageClassifier.
+ * This example demonstrates detecting objects in a live video through ml5.objectDetector.
7
*/
8
9
let img;
@@ -41,4 +41,4 @@ function gotDetections(results) {
41
textSize(24);
42
text(detection.label, detection.x + 10, detection.y + 24);
43
}
44
-}
+}
0 commit comments