- 10 Jan, 2022 3 commits
-
-
Zaida Zhou authored
-
Yue Zhou authored
* init * Update pybind.cpp * Update min_area_polygons_cuda.cuh * Update cudabind.cpp * fix bug * Create test_min_area_polygons.py * add test * update * Update min_area_polygons_cuda.cuh * fix bugs. * Update min_area_polygons_cuda.cuh * Update min_area_polygons.py * Update min_area_polygons_cuda.cuh * merge these 4 nested loops * add AT_DISPATCH_FLOATING_TYPES_AND_HALF * fix lint * Resolving conflicts
-
zhanggefan authored
* add clockwise arguments to ops box_iou_rotated and nms_rotated * refactor docs * change code that may incur stopped gradient. * refactor docs * Update mmcv/ops/nms.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/box_iou_rotated.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 08 Jan, 2022 1 commit
-
-
Jiazhen Wang authored
* [Improve] migrating DIVUP to GET_BLOCKS * [Fix] use GET_BLOCKS only for block alloc and del useless statements * [Fix] add kernel loop for nms and del useless statements
-
- 07 Jan, 2022 1 commit
-
-
LudoBar authored
-
- 29 Dec, 2021 1 commit
-
-
Jiazhen Wang authored
* [Improve] build using ninja * [Refactor] refactor requirements * [Improve] imporve docs * [Fix] fix file name
-
- 24 Dec, 2021 3 commits
-
-
Zaida Zhou authored
-
Zaida Zhou authored
* Add the link of mmrazor * Add the link of mmrazor
-
zhouyue authored
-
- 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
-