Skip to content

Commit a33a64b

Browse files
committed
add object detection (introduction)
1 parent 21e1db4 commit a33a64b

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

docs/reference/object-detection.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,37 @@
33
<center>
44
<img class="header-img" src="assets/header-image-classifier.png" alt="ImageClassifier Header Image" >
55
<p class="img-credit"> Image Credit: <a href="https://thenounproject.com/creator/naveena.160" target="_blank" title="Naveen">Naveen</a> | <a href='mailto:[email protected]'>Contribute ♥️</a> </p>
6-
</center>
6+
</center>
7+
8+
## Description
9+
10+
The ml5.js objectDetection is a pre-trained model that can detect object from an image or a video.
11+
12+
### Supported models
13+
The ml5.js objectDetection uses pre-trained **Tensorflow.js CocoSsd model** by default.
14+
15+
Support for more models such as Transformer.js is under development.
16+
17+
### Model and Data Provenance
18+
ml5.js team believes that it is important to not only use the model, but to understand where it is coming from : what data was used, who trained and for waht reason. For more information on the model, please visit [Model and Data Provenance](https://archive-docs.ml5js.org/#/reference/object-detector?id=model-and-data-provenance)
19+
20+
21+
### Functionality
22+
The ml5.js objectDetection detects objects in a source input.
23+
24+
The source input can be :
25+
26+
- **Webcam**
27+
- **Image File**
28+
- **Video File**
29+
30+
## Quick Start
31+
Run and explore pre-built examples!
32+
33+
### Examples - p5 sketches
34+
- [ObjectDetection Webcam]()
35+
- [ObjectDetection Image]()
36+
- [ObjectDetection Video]()
37+
38+
### Video Tutorials
39+
- [ml5.js: Object Detection with COCO-SSD](https://youtu.be/QEzRxnuaZCk) by the Coding Train

0 commit comments

Comments
 (0)