-
Notifications
You must be signed in to change notification settings - Fork 137
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
[CI] Modify CI settings #44
Conversation
Codecov Report
@@ Coverage Diff @@
## main #44 +/- ##
==========================================
+ Coverage 80.42% 80.46% +0.04%
==========================================
Files 153 153
Lines 10995 11008 +13
==========================================
+ Hits 8843 8858 +15
+ Misses 2152 2150 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
We have not hooked markdownlint in pre-commit yet. See mmdet for official markdownlint: |
Previously, we do not include markdownlint hook as it causes some trouble for developers, mainly due to the ruby and gem version on clusters.
|
Can you update the link to Wishlist in README.md and README_CN.md to this link please? |
Link of Wishlist has been updated. |
Seems good. Merging to main. |
* Revise badge url * Skip CI when some specific files were changed * Cancel previous runs that are not completed * Revise paths-ignore * Add markdownlint hook * Add codespell hook * Install ruby2.7 * Fix codespell * Rename indexs to indexes * Revise multiple person to multiple persons * Change wishlist url
* Add data converter for GTA-Human * format * bug fixes * format * Add unit test * Remove __main__ in test_data_converters * Add original GTA names * [Feature] Upgrade SMPLify and body models (#31) * Support joint mask in SMPLify and SMPL * Allow body_model (not config) as the input * Support on the flight batch_size adaptation * Add match_init_batch_size to smplify-x * Adapt to MMHuman3D camera module * Fix dim bug * Fix repeat bug * Add unit tests: init param and adaptation to batch size * Clean up * Add perspective projection test * Fix camera convention * format * Unit test bug fix * bug fix: batch size check conditions * bug fix: add camera in config * Remove commented lines * Modify structs to align with other data converters * Use standard perspective projection * anno -> ann * format * Add docs * [CI] Modify CI settings (#44) * Revise badge url * Skip CI when some specific files were changed * Cancel previous runs that are not completed * Revise paths-ignore * Add markdownlint hook * Add codespell hook * Install ruby2.7 * Fix codespell * Rename indexs to indexes * Revise multiple person to multiple persons * Change wishlist url * [Fix] update camera parameter (#46) * add type check and update key check to avoid errors caused by json.dump * fix comments * fix type mis-align in h36m * [Feature] Add Vibe converter (#39) * add placeholders for vibe preprocessed data * add vibe converter for mpi-inf-3dhp and pw3d * add unittest for converter * update folder structure * add vibe converter to registry * update hybrik config * add documentation for contributing dataset and converter * fix linting * add check for device availability * modify config to allow single device preprocessing * improve clarity of documentation * fix unit test * format * Add additional keys in unit test Co-authored-by: caizhongang <caizhongang@sensetime.com> Co-authored-by: Lei Yang <yangleidev@gmail.com> Co-authored-by: LazyBusyYang <gaoyang_cn@outlook.com> Co-authored-by: pangyyyyy <pangyyyyyy96@gmail.com>
* Revise badge url * Skip CI when some specific files were changed * Cancel previous runs that are not completed * Revise paths-ignore * Add markdownlint hook * Add codespell hook * Install ruby2.7 * Fix codespell * Rename indexs to indexes * Revise multiple person to multiple persons * Change wishlist url
* Add data converter for GTA-Human * format * bug fixes * format * Add unit test * Remove __main__ in test_data_converters * Add original GTA names * [Feature] Upgrade SMPLify and body models (#31) * Support joint mask in SMPLify and SMPL * Allow body_model (not config) as the input * Support on the flight batch_size adaptation * Add match_init_batch_size to smplify-x * Adapt to MMHuman3D camera module * Fix dim bug * Fix repeat bug * Add unit tests: init param and adaptation to batch size * Clean up * Add perspective projection test * Fix camera convention * format * Unit test bug fix * bug fix: batch size check conditions * bug fix: add camera in config * Remove commented lines * Modify structs to align with other data converters * Use standard perspective projection * anno -> ann * format * Add docs * [CI] Modify CI settings (#44) * Revise badge url * Skip CI when some specific files were changed * Cancel previous runs that are not completed * Revise paths-ignore * Add markdownlint hook * Add codespell hook * Install ruby2.7 * Fix codespell * Rename indexs to indexes * Revise multiple person to multiple persons * Change wishlist url * [Fix] update camera parameter (#46) * add type check and update key check to avoid errors caused by json.dump * fix comments * fix type mis-align in h36m * [Feature] Add Vibe converter (#39) * add placeholders for vibe preprocessed data * add vibe converter for mpi-inf-3dhp and pw3d * add unittest for converter * update folder structure * add vibe converter to registry * update hybrik config * add documentation for contributing dataset and converter * fix linting * add check for device availability * modify config to allow single device preprocessing * improve clarity of documentation * fix unit test * format * Add additional keys in unit test Co-authored-by: caizhongang <caizhongang@sensetime.com> Co-authored-by: Lei Yang <yangleidev@gmail.com> Co-authored-by: LazyBusyYang <gaoyang_cn@outlook.com> Co-authored-by: pangyyyyy <pangyyyyyy96@gmail.com>
Refer to