[codecamp: mmpose-529]Add the new config of the adaptive attitude estimation algorithm DARK#2639
Open
kingyaaa wants to merge 3 commits intoopen-mmlab:dev-1.xfrom
Open
[codecamp: mmpose-529]Add the new config of the adaptive attitude estimation algorithm DARK#2639kingyaaa wants to merge 3 commits intoopen-mmlab:dev-1.xfrom
kingyaaa wants to merge 3 commits intoopen-mmlab:dev-1.xfrom
Conversation
Author
|
在进行pre-commit检查时是全部passed的,但是进行pr提交的CI测试则会产生failed |
Collaborator
|
@kingyaaa 你好,第一次pre-commit会自动修正代码格式,这个时候需要再 PR 代码请提交到 # 切换到你 fork 的 dev-1.x
git checkout dev-1.x
# 拉取最新的 dev-1.x
git pull upstream dev-1.x
# 切换回你的 pr 分支
git checkout kingyaaa/mmpose-529
# rebase dev-1.x
git rebase dev-1.x
# push 更新你的 pr
git push origin kingyaaa/mmpose-529 -f |
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.
Motivation
Modification
BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: