Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete YOLO class examples #1183

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/reference/object-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ objectDetector.detect(input, ?callback);
**p5.js**
* [COCOSSD_Video](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/ObjectDetector/ObjectDetector_COCOSSD_Video)
* [COCOSSD_single_image](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/ObjectDetector/ObjectDetector_COCOSSD_single_image)
* [YOLO_single_image](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/ObjectDetector/ObjectDetector_YOLO_single_image)
* [YOLO_Video](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/ObjectDetector/ObjectDetector_YOLO_single_image)

**p5 web editor**

Expand Down
134 changes: 0 additions & 134 deletions docs/reference/yolo.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 0 additions & 16 deletions examples/javascript/YOLO/YOLO_single_image/index.html

This file was deleted.

81 changes: 0 additions & 81 deletions examples/javascript/YOLO/YOLO_single_image/sketch.js

This file was deleted.

15 changes: 0 additions & 15 deletions examples/javascript/YOLO/YOLO_webcam/index.html

This file was deleted.

97 changes: 0 additions & 97 deletions examples/javascript/YOLO/YOLO_webcam/sketch.js

This file was deleted.

Binary file removed examples/p5js/YOLO/YOLO_single_image/images/cat.JPG
Binary file not shown.
Binary file removed examples/p5js/YOLO/YOLO_single_image/images/cat2.JPG
Binary file not shown.
Binary file not shown.
20 changes: 0 additions & 20 deletions examples/p5js/YOLO/YOLO_single_image/index.html

This file was deleted.

Loading