"docs/vscode:/vscode.git/clone" did not exist on "0c5a8bf7c25c53ee14f48c33bc31e3390e6ae48e"
- 18 Feb, 2022 2 commits
-
-
Jiazhen Wang authored
-
Wenhao Wu authored
* add ops (spconv) of mmdet3d * fix typo * refactor code * resolve comments in #1452 * fix compile error * fix bugs * fix bug * transform from 'types.h' to 'extension.h' * fix bug * transform from 'types.h' to 'extension.h' in parrots * add extension.h in pybind.cpp * add unittest * Recover code * (1) Remove prettyprint.h (2) Switch `T` to `scalar_t` (3) Remove useless lines (4) Refine example in docstring of sparse_modules.py * (1) rename from `cu.h` to `cuh` (2) remove useless files (3) move cpu files to `pytorch/cpu` * reorganize files * Add docstring for sparse_functional.py * use dispatcher * remove template * use dispatch in cuda ops * resolve Segmentation fault * remove useless files * fix lint * fix lint * fix lint * fix unittest in test_build_layers.py * add tensorview into include_dirs when compiling * recover all deleted files * fix lint and comments * recover setup.py * replace tv::GPU as tv::TorchGPU & support device guard * fix lint Co-authored-by:
hdc <hudingchang.vendor@sensetime.com> Co-authored-by:
grimoire <yaoqian@sensetime.com>
-
- 16 Feb, 2022 1 commit
-
-
Ma Zerun authored
* Support deepcopy for Config * Iterate the `__dict__` of Config directly. * Use __new__ to avoid unnecessary initialization. * Improve according to comments
-
- 14 Feb, 2022 1 commit
-
-
Ren Tianhe authored
-
- 12 Feb, 2022 4 commits
-
-
Zaida Zhou authored
-
Hakjin Lee authored
* Fix batched_nms to support nms_rotated * Update test code for batched_nms with nms_rotated * Edit indexing the score in nms * Use -1 indexing for batched_nms
-
RangiLyu authored
* [Enhance] Use PyTorch HSwish implementation. * fix conv test * upgrade version * add version comments
-
Jamie authored
* Update tensorrt_plugin.md * Update tensorrt_plugin.md * Update tensorrt_plugin.md * Update tensorrt_plugin.md
-
- 09 Feb, 2022 2 commits
-
-
Zaida Zhou authored
* Upgrade the version of isort * sort the order of importing modules
-
Yue Zhou authored
-
- 07 Feb, 2022 1 commit
-
-
Hakjin Lee authored
* [Fix] mlflow logger error * [Update] mlflow hook test arguments * Replace torch.__version__ with mmcv.TORCH_VERSION * update test code
-
- 28 Jan, 2022 1 commit
-
-
Mashiro authored
* fix BaseTransformerLayer * Add BaseTransformerLayer unit test without ffn_cfg embed_dims * Optimize code logic
-
- 27 Jan, 2022 1 commit
-
-
Hakjin Lee authored
-
- 24 Jan, 2022 4 commits
-
-
Zaida Zhou authored
-
Zaida Zhou authored
* [Fix] Fix the cast_tensor_type when the type of inputs is not the same as src_type * Add note * improve comments
-
Mashiro authored
* Add decay to cyclic LR * Simplify tests * Fix error in tests * fix cyclic lr * add weight decay CyclicLrUpdate test * Update mmcv/runner/hooks/lr_updater.py update docstring Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update CyclicLrUpdater unit test * add comments to CyclicLrUpdaterHook * fix CyclicLrUpdater. Support peak_lr decay when target[0] < 1 * add momentum decay to CyclicMomentumUpdater * update momentum unit test * Fix CyclicMomentum comment Fix CyclicMomentum comment Co-authored-by:
Dmytro Panchenko <panchenkodmytry@gmail.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
bilibilee authored
* fix the scatter when input is cpu * Update _functions.py Add spaces to comply with the code specification * add unittests * add a blank line * fix unittet Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 20 Jan, 2022 1 commit
-
-
Jiazhen Wang authored
* [Fix] align hsigmoid with pytorch official * [Fix] add warnings for Hsigmoid * [Fix] fix format * [Fix] add unittest * [Fix] fix docstring
-
- 19 Jan, 2022 2 commits
-
-
Zaida Zhou authored
-
Jiazhen Wang authored
* [Fix] fix loggerhooks docstring * [Fix] fix some details * [Fix] fix docstring * [Fix] fix docstring * [Fix] fix docstring * [Fix] add docstring
-
- 18 Jan, 2022 2 commits
-
-
imyhxy authored
* fix momentum updater typo bug * Add unit test for 'constant', 'linear' and 'exp' momentum warmup policy
-
zhanggefan authored
-
- 17 Jan, 2022 1 commit
-
-
pc authored
* add active_rotated_filter, convex_iou, min_area_polygons, points_in_polygons, riroi_align_roteted, rotated_feature_align in parrots * fix lint * fix lint
-
- 13 Jan, 2022 3 commits
-
-
Zaida Zhou authored
-
Zaida Zhou authored
* first commit * [Enhancement] Remove some warning logs of compilation * delete a comment
-
Zaida Zhou authored
-
- 11 Jan, 2022 2 commits
-
-
Zaida Zhou authored
-
pc authored
-
- 10 Jan, 2022 8 commits
-
-
Zaida Zhou authored
-
Yue Zhou authored
* add convex iou * fix lint * add convex_iou * fix convex_iou * add convex_giou * fix bug * fix lint * fix bug * Update * update * add kernel loop * fix bug. * fix polygen typo * simplify reverse * Update convex_iou_cuda_kernel.cuh * Update mmcv/ops/convex_iou.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/convex_iou.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * add AT_DISPATCH_FLOATING_TYPES_AND_HALF * fix lint * fix lint * Resolving conflicts Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Yue Zhou authored
* add active_rotated_filter * fix lint * fix lint * renaming nRotation and nOrientation * Update active_rotated_filter_cuda_kernel.cuh * Update active_rotated_filter_cuda.cu * fix bug * fix lint * Update test_active_rotated_filter.py * fix lint * Update active_rotated_filter_cuda_kernel.cuh * renaming * Update mmcv/ops/active_rotated_filter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/active_rotated_filter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/active_rotated_filter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/active_rotated_filter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/active_rotated_filter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/active_rotated_filter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix lint * Resolving conflicts * fix lint. * Update __init__.py * Update mmcv/ops/csrc/pytorch/cuda/active_rotated_filter_cuda.cu Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update active_rotated_filter.cpp * fix lint * Update mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update active_rotated_filter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
fatih authored
* add artifact logging to wandb hook * upload artifacts wiwth only specified suffix * update docstring * Update mmcv/runner/hooks/logger/wandb.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix linting * add tests for wandb artifact logging * remove redundant lines * fix wandb tests * init `WandbLoggerHook` with `log_artifact=True` in tests * remove redundant lines from wandb tests * add docstring for `with_step` Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Zaida Zhou authored
* Remove the unnecessary dependency pytest-runner * remove the tests_requires option from setup.py
-
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 1 commit
-
-
Zaida Zhou authored
-