-
Notifications
You must be signed in to change notification settings - Fork 208
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
Easycv internal 0830 #191
Merged
Merged
Easycv internal 0830 #191
Conversation
This file contains 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
Link: https://code.alibaba-inc.com/easycv/EasyCV/codereview/9769794 * add git lfs
* 将COCO_Stuff_164k数据集增加到了data_hub.md, prepared_data.md, 以及将其对应脚本加到了prepare_data文件夹下面 * 增加了segformer对应的predictor * 完善docs/source/model_zoo_seg.md中关于segformer的信息
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9809645 * fix unittest
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9828601 * add predict pipeline
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9877762 * update to_ms_config
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9891090 * update to_ms_config
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9809249 * add face 2d keypoint config
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9897512 * update to_ms_config
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9909690 * remove PreLoggerHook
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9911052 * chore: add hand pose hrnet_w18 config
* update FaceKeypointsPredictor * update face config Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9932947 * update FaceKeypointsPredictor
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9943746 * fix mmlab utils
. 增加了segformer的b1, b2, b3, b4几个配置文件。 . 预训练模型,log文件等均已经更新 . 已经从master合并结果 Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9931529
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9935447 * feat: add hand keypoints predictor
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9978695 * fix LoadImage
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9998334 * fix import
when adapt for mmlab, the original modules will be changed, which will make argument error when using mmdet original config and interface 1. add interface for removing adaptation for mmlab 2. register copy of mmlab module into easycv 3. bump internal version to 0.6.3.1 Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10059050
超参数的提高可以看 docs/source/model_zoo_seg.md Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10099109
…o easycv_internal_0830
Cathy0908
approved these changes
Sep 14, 2022
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.
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Merge internal version to github which add following function
Modification
Please briefly describe what modification is made in this PR.
Backward-Compatibility-Breaking (Optional)
Does the modification introduce changes that break the backward-compatibility? If so, please describe how it breaks the compatibility in this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Pull-Request Todo List