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

move YOLO examples into ObjectDetector #1415

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lindapaiste
Copy link
Contributor

Fixes #1145

I'm unsure of the status of existing PR #1183

For p5, move the existing YOLO examples into the ObjectDetector folder and rewrite ml5.YOLO(modelReady) as ml5.objectDetector("yolo", modelReady). I also cleaned up the YOLO single image example because I didn't like the order of execution (it assumes that the model loads before the image).

For JavaScript we already had YOLO examples in ObjectDetector so I just deleted the duplicates in the YOLO folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove YOLO examples (and possibly delete source code)
1 participant