- 23 Dec, 2021 4 commits
-
-
pc authored
-
zhouyue authored
-
zhouyue authored
* re PR * replace all the feature_refine with rotated_feature_align * replace all the FR with RotatedFeatureAlign * Update mmcv/ops/rotated_feature_align.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/rotated_feature_align.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix lint * Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/csrc/pytorch/cuda/cudabind.cpp Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix lint * Update cudabind.cpp * Update cudabind.cpp * fix bug in test. & add backward test * fix lint Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Ace authored
change bias to the same type as input
-
- 22 Dec, 2021 5 commits
-
-
Hongbin Sun authored
* support tensor2grayimgs * give default mean and std according to the input channel * update docstring * update * fix bug
-
David de la Iglesia Castro authored
* Updates to work with DVC * Update docstrings * Updated test * Updated DVCLiveLoggerHook * Fix name * Added missing next_step call * Fix expected call * Implicit next_step * Suggestions from review * Update test_hooks.py * Updated to last dvclive version * Cleaned docstring * Update mmcv/runner/hooks/logger/dvclive.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update dvclive.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Jiazhen Wang authored
* [Fix] fix some warnings in unittest * [Impl] standardize some warnings * [Fix] fix warning type in test_deprecation * [Fix] fix warning type * [Fix] continue fixing * [Fix] fix some details * [Fix] fix docstring * [Fix] del useless statement * [Fix] keep compatibility for torch < 1.5.0
-
Crimson authored
-
Jiazhen Wang authored
-
- 15 Dec, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Refactor the structure of documentation * [Docs] Refactor the structure of documentation * fix symlink * fix link * fix typo * polish docstring * fix docstring
-
- 14 Dec, 2021 9 commits
-
-
Zaida Zhou authored
-
Shilong Zhang authored
-
wuwencheng authored
* Add file client to image io * Fix petrel_client imwrite error * Add examples to the docstring and delete the file check of imread * modify docstring v1.3.19->v1.4.1 * Deprecate auto_mkdir parameter and complete test_io.py * Fix error caused by deleting the mock package in test_io.py * Add annotation to imencode * modify imread input assert and delete the judgement of file client 'put' method * Delete try except in imwrite. * Add a error file extension unit test.
-
Zaida Zhou authored
* [Docs] Update FAQ * update faq * polish the description * update faq * update faq * improve the faq * improve the faq * improve the faq
-
Shilong Zhang authored
* skip nms * judge at beginning * add test * remove else * add more details in docstr including version not * fix unitest * fix doc * fix doc * fix typo * resove conversation * fix link
-
Jiazhen Wang authored
* [Fix] fix config type inconsistency * [Fix] Fix unit test
-
Jiazhen Wang authored
* [fix] fix checkpoint local files detect * [Fix] add support for path like '~/xx/file' * [Fix] fix some details * [Fix] fix unittest
-
Zaida Zhou authored
* [Fix] Fix the path of ceph containing cluster name * fix corner cases * fix format * add note
-
Shilong Zhang authored
* detect detect_anomalous_params * fix default value * merge two case * fix none case * add unitest * fix typo * change level to error * fix type * add more details in docstr
-
- 12 Dec, 2021 1 commit
-
-
Zaida Zhou authored
-
- 10 Dec, 2021 1 commit
-
-
Ming-Hsuan-Tu authored
* fix tensorrt test failed with pytorch 1.8+ * add comment
-
- 09 Dec, 2021 3 commits
-
-
Zaida Zhou authored
* [Docs] Fix the format of docstring * fix format
-
Zaida Zhou authored
* [Docs] Improve the style of pr.md * fix symlink * improve style * fix format
-
Zaida Zhou authored
* [Docs] Fix the format of return * replace List with list * format the documentation of optimizer * Update ops docstring (#2 ) * update ops docstring * fix typos Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn> Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn>
-
- 07 Dec, 2021 1 commit
-
-
Zaida Zhou authored
* Add the link of mmhuman3d * fix typo * add link of mim * add link of mim in docs * improve the table format
-
- 06 Dec, 2021 3 commits
-
-
Zaida Zhou authored
-
Jiazhen Wang authored
* [Impl] cancel previous runs that are not completed * [Improve] use official method * [Useless] just for test
-
Luting Wang authored
* improve: add module dict * Update __init__.py * docs: add module dict zh * docs: add module dict * Update test_basemodule.py * Update __init__.py * lint * lint * docs * docs * Update base_module.py * lint
-
- 03 Dec, 2021 1 commit
-
-
RunningLeon authored
* update title * fix deploy docs in for readthedocs * reformat table * resolve comments
-
- 01 Dec, 2021 2 commits
-
-
q.yao authored
-
Zaida Zhou authored
* [Fix] Fix compiled error on windows * fix typo
-
- 30 Nov, 2021 2 commits
-
-
Zaida Zhou authored
* Use the official markdownlint hook * upgrade the version of ruby * use circleci to test the unit tests of CUDA * fix conflict * change the gpu resources from to small
-
Zaida Zhou authored
* Use the official markdownlint hook * upgrade the version of ruby * fix conflict
-
- 29 Nov, 2021 3 commits
-
-
Zaida Zhou authored
* [Docs] Skip CI when some specific files were changed * remove a unnecessary environment in lint.yml * Use paths-ignore to ignore paths instead of paths * fix typo
-
Zaida Zhou authored
-
q.yao authored
* Fix build with cuda9.0 * add note about why do we use torch/types.h
-
- 28 Nov, 2021 1 commit
-
-
Zaida Zhou authored
* [Fix] Fix the compiled error on windows due to the c++14 flag * fix lint
-
- 26 Nov, 2021 1 commit
-
-
Zaida Zhou authored
-
- 25 Nov, 2021 1 commit
-
-
q.yao authored
-
- 23 Nov, 2021 1 commit
-
-
Zaida Zhou authored
-