- 21 Aug, 2022 1 commit
-
-
bdf authored
* [Feature] Support MaskedConv2d with cambricon MLU backend * [Refactor] Refactor test masked_conv2d code Co-authored-by:budefei <budefei@cambricon.com>
-
- 19 Aug, 2022 3 commits
-
-
tudejiang79 authored
* [Fix] roi_align_rotated codes * [Fix]: fix code style * [Fix]: fix code style * [Fix]: fix code style
-
Miao Zheng authored
* [Fix] Path mapping only once in storage backends * Fix lint Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
bdf authored
* [Feature] Support CARAFE with Cambricon MLU backend * [Docs] Add comments for common funtions * [Test] Add allclose test for carafe * Remove print Co-authored-by:
zcyKTH <zcy19950525@gmail.com> Co-authored-by:
budefei <budefei@cambricon.com>
-
- 18 Aug, 2022 1 commit
-
-
Jingwei Zhang authored
-
- 17 Aug, 2022 1 commit
-
-
Jingwei Zhang authored
* support different border_mode in imrotate * fix docstring * small fix * reorder the border_mode arg in imrotate * fix lint * polish docstring * polish docstring
-
- 16 Aug, 2022 1 commit
-
-
eivtho authored
-
- 15 Aug, 2022 2 commits
-
-
CokeDong authored
* Support Parrots extension for op ChamferDistance * Fix lint * Adapt op backward error of IntTensor for parrots * Fix Lint
-
Yosuke Shinya authored
* Fix gradient cumulative optimizer when resuming * add unit test
-
- 03 Aug, 2022 2 commits
-
-
Cedric Luo authored
* fix tensors on different device * fix lint * Update mmcv/ops/multi_scale_deform_attn.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Yixiao Fang authored
* add 'backend' for ColorJitter related functions * add unittest * fix unittest * add bgr transpose and revise ut * update unittest * revise docstring
-
- 30 Jul, 2022 1 commit
-
-
Zaida Zhou authored
-
- 29 Jul, 2022 3 commits
-
-
xcnick authored
-
Wencheng Wu authored
* [Fix] Fix add_graph function of PaviLoggerHook. * Fix circular reference error. * Add comments. * modify partial_args default to empty dict. * Add warnning for add_graph and img_key parameter.
-
Peter Ye authored
* [Feature] Support setting start epoch and interval epoch for PAVI Logger Hook * [Feature] Update the coding style as the maintainer wish * fix: default integer division or modulo by zero * fix: runner.epoch is less than start and use self.get_epoch instead of runner.epoch * feat: support for iter-based runner and fix the step bug * feat: iter based hook * feat: fix bug and coding style * fix: coding style * fix: coding style * fix: graph may add in evaluation
-
- 25 Jul, 2022 1 commit
-
-
Zaida Zhou authored
-
- 23 Jul, 2022 2 commits
-
-
Zaida Zhou authored
-
Jingwei Zhang authored
* support prroipooling * fix build bug * fix bug of precision * fix lint * add ut * add license and citation * polish op and add type hint * refactor ut * add docstring for prroipool * polish code * format cu and cuh code * fix format * fix format * fix typo Co-authored-by:
zhouzaida <zhouzaida@163.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 22 Jul, 2022 2 commits
-
-
q.yao authored
* add mps bbox overlap * format * update document and manifest * update readme
-
Zaida Zhou authored
-
- 19 Jul, 2022 1 commit
-
-
Zaida Zhou authored
-
- 18 Jul, 2022 1 commit
-
-
GPhilo authored
* Add default dir_name and make non-absolute dir_name relative to runner.work_dir * Add log message and change default dir name
-
- 17 Jul, 2022 2 commits
-
-
Zaida Zhou authored
* [Docs] Fix sphinx markdown tables version * fix markdown version
-
Reza authored
-
- 16 Jul, 2022 1 commit
-
-
Happylkx authored
-
- 08 Jul, 2022 2 commits
-
-
Zaida Zhou authored
* bump version to v1.6.0 * minor fix
-
Mashiro authored
* make compatible with pytorch 1.12 * override _run_ddp_forward * over write _run_ddp_forward * refactor docstring
-
- 07 Jul, 2022 2 commits
-
-
Zaida Zhou authored
* [Feature] Add support for MPS * fix import error * update ut * fix error * trigger CI * use a unique basename for test file modules * avoid bc-breaking
-
Yuchen Fan authored
-
- 06 Jul, 2022 1 commit
-
-
Grapymage authored
* fix index error when using multi-samplers strategy * After every loop, change the last_fps_end_index to fps_sample_range
-
- 05 Jul, 2022 1 commit
-
-
Evelyn Wang authored
* Import Error message refined. * PAVI import error message refined.
-
- 01 Jul, 2022 1 commit
-
-
Zaida Zhou authored
* Add Dockerfiles remove Dockerfile in root directory minor fix minor fix * improve dockerfile * refine
-
- 30 Jun, 2022 3 commits
-
-
Zaida Zhou authored
-
Mashiro authored
-
Mashiro authored
-
- 29 Jun, 2022 1 commit
-
-
zhouchenyang authored
* [Feature] Support RoiPool with cambricon MLU backend * [Docs] Update ops.md
-
- 26 Jun, 2022 2 commits
-
-
q.yao authored
-
Evelyn Wang authored
* Add parameter configuration description of summarywriter to MMCV PAVI hook. * Typo repaired * fix typo with suggested change * self.init_kwargs lines modified.
-
- 20 Jun, 2022 2 commits
-
-
tripleMu authored
* Fix * Fix * fix type hint * minor fix * remove some type hints of functions or methods * minor fix * Apply suggestions from code review * minor fix * minor refinement Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
WINDSKY45 authored
* [Enhance] Add type hints in /ops: `fused_bias_leakyrelu.py`, 'gather_points.py`, `group_points.py`. There is no need to add type hints in `furthest_point_sample.py` and `info.py`. As for `focal_loss.py`, please see #1994. * Modidied the default value of a variable. * [Enhance] Add type hints in: `knn.py`, `masked_conv.py`, `merge_cells.py`, `min_area_polygons.py`, `modulated_deform_conv.py`, multi_scale_deform_attn.py`. * Fix typehint. * Fixed typehint. * remove type hints of symbolic * add no_type_check to ignore mypy check for method Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-