This repository was archived by the owner on Apr 6, 2020. It is now read-only.
Added PoseNet example for single image & moved webcam example to subdirectory#79
Merged
Merged
Conversation
Member
|
🌟🌟Thank you @joeyklee! 🌟🌟 |
Contributor
Author
|
Thanks for all the feedback @shiffman ! More examples coming soon. 🌈 |
joeyklee
added a commit
that referenced
this pull request
Nov 7, 2019
…irectory (#79) * moved posenet webcam example to /webcam * updated contributing wit directions on handling example subdirectories * added PoseNet_image_single - for single image detection * show image and detections when poses are available * stop looping when image is rendered * added comments * formatted code * added callback functions and fixed code errors * just adding some missing semi-colons!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello there!
I've added an example for detecting a single image in PoseNet. I hope it might be useful for those who might not know how to move from the webcam example onto video or single images.
This PR also moves the webcam example to a subdirectory so any URL that links to this webcam example should be updated (e.g. the website).
Happy to adjust and tweak to whatever fits best. Thanks for all the awesome work ya'll! 🌟