- 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 5 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>
-
tripleMu authored
* Add type hint * Add typehint in mmcv/cnn/bricks* * Deal conflict0 * Fix * fix * minor fix * minor fix Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
tripleMu authored
* Merge Master * Add typehint in mmcv/ops/* * Fix * Update mmcv/ops/roi_align.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Fix * Fix * Fix * Update mmcv/ops/riroi_align_rotated.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/riroi_align_rotated.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * remove type hints of all symbolic methods * remove type hints of all symbolic methods * minor refinement * minor refinement * minor fix Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
Yvette Zhao authored
* Add type hints for runner * refine * fix error * refine * refine format Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 15 Jun, 2022 4 commits
-
-
Tri Wahyu Utomo authored
* add typehints * fix typehints * fix _init_rule type hint * update error message * simplify type hint * minor refinement * minor refinement Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
Philipp Allgeuer authored
* Add torch_meshgrid_ij wrapper due to PyTorch change * Update torch_meshgrid name/doc/version implementation * Make imports local * add ut * ignore ut when torch is not available Co-authored-by:zhouzaida <zhouzaida@163.com>
-
tripleMu authored
* Add typehints * Fix * Fix * Update mmcv/parallel/distributed_deprecated.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Fix * add type hints to scatter add type hints to scatter * fix ScatterInputs * Update mmcv/parallel/_functions.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix * refine type hints * minor fix Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> 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>
-
Alex Yang authored
* [Docs]:update ops.md * fix missing ops
-
- 11 Jun, 2022 1 commit
-
-
Zaida Zhou authored
-
- 10 Jun, 2022 2 commits
- 09 Jun, 2022 3 commits
-
-
nxznm authored
* add type hints in vgg.py * Update mmcv/cnn/vgg.py * add type hints for return value in vgg.py
-
Danila Rukhovich authored
* fix iou3d * rename variables in test * fix comments
-
Zaida Zhou authored
* [Docs] Refine documentation * fix mdformat version to support python3.6 * remove ruby dependency from CI * fix invalid links
-
- 08 Jun, 2022 3 commits
-
-
Yue Zhou authored
* update * fix lint * fix lint * Update mmcv/ops/chamfer_distance.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update chamfer_distance.py * Update test_chamfer_distance.py * fix * Update chamfer_distance_cuda_kernel.cuh * Update chamfer_distance_cuda_kernel.cuh * fix * Update mmcv/ops/chamfer_distance.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update chamfer_distance.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
zhouchenyang authored
* [Feature] Support Psamask with cambricon MLU backend * [Fix] refine the format according to lint check * Replace std:max/min with conditional operators * [Fix] Format head files
-
zhouchenyang authored
* [Feature] Support RoiAlignRotated with cambricon MLU backend * [Fix] Remove std lib in mlu files * [Fix] replace std::min/max with conditional operators
-
- 07 Jun, 2022 4 commits
-
-
tripleMu authored
* Add typehint in mmcv/cnn/utils/* * Update mmcv/cnn/utils/flops_counter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/cnn/utils/weight_init.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix bugs * Fix * Fix2 * Update mmcv/cnn/utils/weight_init.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/cnn/utils/flops_counter.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/cnn/utils/weight_init.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/cnn/utils/weight_init.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix * minor fix * line is too long. * Update mmcv/cnn/utils/weight_init.py Co-authored-by:
Jiazhen Wang <47851024+teamwong111@users.noreply.github.com> * Fix * Update mmcv/cnn/utils/weight_init.py * fix default value of float type hint * fix default value of float type hint * fix default value of float type hint * fix default value of float type hint * fix default value of float type hint * fix default value of float type hint * fix default value of float type hint * Fix * minor refinement * replace list with tuple for input Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Jiazhen Wang <47851024+teamwong111@users.noreply.github.com> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
pc authored
-
tc_exe authored
* Add type hints for mmcv/engine/test.py * Add type hints for mmcv/engine/test.py * Add type hints for mmcv/engine/test.py * fix type hint Co-authored-by:zhouzaida <zhouzaida@163.com>
-
Haobo Yuan authored
-
- 06 Jun, 2022 2 commits