[Doc] Polish RTMO homepage - #2870
Merged
Merged
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2870 +/- ##
===========================================
+ Coverage 71.80% 71.82% +0.01%
===========================================
Files 292 292
Lines 19934 19938 +4
Branches 3369 3370 +1
===========================================
+ Hits 14314 14320 +6
Misses 4813 4813
+ Partials 807 805 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Tau-J
approved these changes
Dec 16, 2023
Ben-Louis
added a commit
to Ben-Louis/mmpose
that referenced
this pull request
Dec 22, 2023
Ben-Louis
added a commit
to Ben-Louis/mmpose
that referenced
this pull request
Dec 22, 2023
SugarBlend
pushed a commit
to SugarBlend/mmpose
that referenced
this pull request
Sep 14, 2026
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
tools/slurm_train.shandtools/slurm_test.shdo not properly support multiple Python arguments. All Python arguments are treated as a single string. Having more than one argument will result in errors.BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: