-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[pls merge] openpose example #787
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
Merged
Conversation
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
boldjoel
approved these changes
Aug 25, 2018
luomai
pushed a commit
that referenced
this pull request
Nov 21, 2018
* tl upadte of Openpose * code style improvement * test * yapf * comments * openpose example * openpose data augmentation API * train function update * update non mask case * add args.parser * add args.parser for log * add inference * paf process added * paf install instrcution * add inference * update md * hao modified * remove useless files * hao arranged files * trainable * del * release prepro for keypoints / vgg19 break * writing inferencing * coco 2017 * TODO distrubuted training * distributed code in same file * add int wout hout * agg * train mode * add cpm between vgg and stage1 * used own defined 10 layers of VGG19 * remove generated files (#801) * add mode; * remove openpose from current repo * Update CHANGELOG.md * add keypoint docs; * yapf - prepro * fix yapf * yapf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is the TensorFlow implementation of "Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields"
There are some extra works need to be done before we can merge this PR.
tl.prepro
.tl.files
that allow users to automatically download and prepare the dataset.To speed up the training:
tl.distributed.Trainer
To speed up the inferencing:
For TensorLayer Project Quality: