Merged
Conversation
|
Thanks for your contribution! |
train ok refix augsize affine size fix update msdeformable fix flip/affine fix clip add resize area add distortion debug mode fix pos_inds update edge joints update word mistake
ghostxsl
requested changes
Feb 16, 2023
lyuwenyu
approved these changes
Feb 17, 2023
lyuwenyu
reviewed
Feb 17, 2023
lyuwenyu
reviewed
Feb 17, 2023
ghostxsl
previously approved these changes
Feb 17, 2023
lyuwenyu
previously approved these changes
Feb 17, 2023
jerrywgz
reviewed
Feb 21, 2023
ppdet/data/source/__init__.py
Outdated
| from .sniper_coco import SniperCOCODataSet | ||
| from .dataset import ImageFolder | ||
| from .pose3d_cmb import * | ||
| from .petr_coco import PETRCocoDataset |
Collaborator
There was a problem hiding this comment.
dataset有办法和关键点的dataset兼容吗,这个有点太定制了
jerrywgz
previously approved these changes
Feb 22, 2023
lyuwenyu
previously approved these changes
Feb 22, 2023
jerrywgz
approved these changes
Feb 22, 2023
lyuwenyu
approved these changes
Feb 22, 2023
zhiboniu
added a commit
to zhiboniu/PaddleDetection
that referenced
this pull request
Feb 22, 2023
* petr train ok train ok refix augsize affine size fix update msdeformable fix flip/affine fix clip add resize area add distortion debug mode fix pos_inds update edge joints update word mistake * delete extra codes;adapt transformer modify;update code format * reverse old transformer modify * integrate datasets
zhiboniu
added a commit
that referenced
this pull request
Feb 23, 2023
* keypoint petr (#7774) * petr train ok train ok refix augsize affine size fix update msdeformable fix flip/affine fix clip add resize area add distortion debug mode fix pos_inds update edge joints update word mistake * delete extra codes;adapt transformer modify;update code format * reverse old transformer modify * integrate datasets * add config and architecture for human36m (#7802) * add config and architecture for human36m * modify TinyPose3DHRNet to support human3.6M dataset * delete useless class --------- Co-authored-by: XYZ <1290573099@qq.com>
khan-yin
pushed a commit
to khan-yin/PaddleDetection
that referenced
this pull request
May 19, 2023
…le#7816) * keypoint petr (PaddlePaddle#7774) * petr train ok train ok refix augsize affine size fix update msdeformable fix flip/affine fix clip add resize area add distortion debug mode fix pos_inds update edge joints update word mistake * delete extra codes;adapt transformer modify;update code format * reverse old transformer modify * integrate datasets * add config and architecture for human36m (PaddlePaddle#7802) * add config and architecture for human36m * modify TinyPose3DHRNet to support human3.6M dataset * delete useless class --------- Co-authored-by: XYZ <1290573099@qq.com>
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 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.
keypoint petr