- Dec 30, 2020
-
-
Jerry Jiarui XU authored
* add more configs * add more configs * fixed backbone type * fixed deeplabv3+ channels * add r101 * update link * change resnet18 link * update aug test * add inf time * add mem
-
- Dec 26, 2020
-
-
yamengxi authored
* delete markdownlint * Support MobileNetV3 * fix import * add mobilenetv3 head and configs * Modify MobileNetV3 to semantic segmentation version * modify mobilenetv3 configs * add std configs * fix Conv2dAdaptivePadding bug * add configs * add unitest and fix bugs * fix lraspp unitest bugs * restore * fix unitest * add MobileNetV3 docstring * add mmcv * add mmcv * fix syntax bug * fix unitest bug * fix unitest bug * fix unitest bugs * fix docstring * add configs * restore * delete unnecessary assert * modify unitest * delete benchmark
-
- Dec 24, 2020
-
-
Junjun2016 authored
* add 4 retinal vessel segmentation configs of UNet * fix flip augmentation * add unet benchmark on 4 medical datasets * fix hrf bug
-
Junjun2016 authored
* Support DMNet * fix doc and delete norm_name
-
- Dec 23, 2020
-
-
Jerry Jiarui XU authored
* refactor docs * add docs * add modelzoo * refactor getting started
-
- Dec 18, 2020
-
-
Junjun2016 authored
* Support APCNet * code optimization * add apcnet configs * add benchmark * add readme and model zoo * fix doc
-
Jerry Jiarui XU authored
* update CI for pip 20.3 * fixed 1.6 torchvision * delete python 3.8 * fixed mmcv * add cuda home * change to 1.2.2 * add pip upgrade * install cuda for all * add missing mmcv * switch to deprecate
-
- Dec 15, 2020
-
-
Junjun2016 authored
* Support resize data augmentation according to original image size (img_scale=None and retio_range is tuple) * fix docstring * fix bug * add unittest * img_scale=None in TTA * fix bug * add unittest * fix typos * fix bug
-
- Dec 14, 2020
-
-
Youqing Xiaozhua authored
* add inference test * fix E501 line too long (81 > 79 characters * fix wrong config path * fix num of augmentations (2) != num of image meta (1) * Update test_inference.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Dec 13, 2020
-
-
yinchimaoliang authored
-
- Dec 02, 2020
-
-
Jerry Jiarui XU authored
* Bump to 0.9.0 * add version
-
yamengxi authored
* add CLAHE transform * fix syntax error * fix syntax error * restore * add a test * modify cv2 to mmcv * add docstring * modify * restore * fix mmcv.clahe error * change mmcv version to 1.3.0 * fix bugs * add all data transformers to __init__ * fix __init__ * fix test_transform
-
yamengxi authored
* add AdjustGamma transform * restore * change cv2 to mmcv * simplify AdjustGamma * fix syntax error * modify * fix syntax error * change mmcv version to 1.3.0 * fix lut function name error * fix syntax error * fix range
-
- Nov 24, 2020
-
-
Junjun2016 authored
* add dice evaluation metric * add dice evaluation metric * add dice evaluation metric * support 2 metrics * support 2 metrics * support 2 metrics * support 2 metrics * fix docstring * use np.round once for all
-
- Nov 23, 2020
-
-
Jintao Lin authored
* add modelzoo statistics readthedocs * chmod stat.py
-
yamengxi authored
-
- Nov 19, 2020
-
-
Jerry Jiarui XU authored
-
- Nov 18, 2020
-
-
Jintao Lin authored
* add modelzoo statistics readthedocs * fix
-
Jerry Jiarui XU authored
-
Jerry Jiarui XU authored
-
- Nov 17, 2020
-
-
Jerry Jiarui XU authored
* [Enhancement] Add args check for ignore_index * Support ignore_index
-
- Nov 16, 2020
-
-
Jinkun Cao authored
-
Junjun2016 authored
-
- Nov 10, 2020
-
-
yamengxi authored
* add rerange transform * restore * delete rerange config * delete rerange config hint * add min < max assert * restore
-
- Nov 09, 2020
-
-
yamengxi authored
* add transformer Rgb2Gray * restore * fix self.weights * restore * fix code * restore * fix syntax error * restore
-
- Nov 07, 2020
-
-
Jerry Jiarui XU authored
* add RandomRotate for transforms * change rotation function to mmcv.imrotate * refactor * add unittest * fixed test * fixed docstring * fixed test * add more test * fixed repr * rename to prob * fixed unittest Co-authored-by:
hkzhang95 <GodBlessZhk@outlook.com>
-
- Nov 05, 2020
-
-
Jerry Jiarui XU authored
* Bump to v0.8 * add version
-
- Nov 03, 2020
-
-
yamengxi authored
* added cgnet * added testing for cgnet * git test * add cgnet * fix __init__ * rename FGlo with GlobalContextExtractor * add readme.md and rename bn with norm * delete cg_head * fix a language mistake * rename cgnet_m3n21.py to cgnet.py * modify README.md * modify list to tuple * add fcn_head test * add assert to fcn_head * blank * fix fcn_head assert bug * add * add cgnet to README.md and model_zoo.md * modify cgnet README.md Co-authored-by:
KID <wps_@mail.nankai.edu.cn>
-
- Oct 28, 2020
-
-
yamengxi authored
* fix dataset jpg bug * fix syntax error
-
- Oct 25, 2020
-
-
David de la Iglesia Castro authored
* Add runner_type option * pre-commit * Fix max_iters * Add by_epoch to EvalHook * Add test_eval_hook for epoch runner * Remove runner-type arg from tools/train * Add missing every_n_iters check for epoch mode * Bump mmcv min version * Use build_runner * Use interval in tests * Update test_eval_hook.py * Use every_n_epochs instead of every_n_iters. Update DistEvalHook * Add test_dist_eval_hook_epoch * Fix tests * Add DeprecationWarning * Update docs * Replace DeprecationWarning with UserWarning
-
- Oct 23, 2020
-
-
yamengxi authored
* fix filename bug * define blood vessel dataset * redo debug * fix small bug * rename dataset Co-authored-by:
yamengxi <yamengxi@sensetime.com>
-
- Oct 21, 2020
-
-
Junjun2016 authored
* add unet * add unet * add unet * update test_unet * update test_unet * update test_unet * update test_unet * fix bugs * add init method for unet * add test of UNet init_weights method * add registry * merge upsample * fix test * Update mmseg/models/backbones/unet.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> * Update mmseg/models/backbones/unet.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> * split UpConvBlock from UNet * use reversed * rename upsample module * rename upsample module * rename upsample module * rename upsample module Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Oct 18, 2020
-
-
yamengxi authored
* Add blood vessel dataset processing script * Fix syntax error * Fix syntax error * Fix syntax error * Fix bugs * Fix bugs * Fix bugs * Use safe functions and expand more apis * Use safe functions and expand more apis * Fix hard code and verify dataset integrity
-
- Oct 11, 2020
-
-
Jerry Jiarui XU authored
-
- Oct 10, 2020
-
-
Jerry Jiarui XU authored
* Bump to 0.7 * update
-
LabMemNo003 authored
-
- Oct 07, 2020
-
-
Jerry Jiarui XU authored
* [Improvement] Add markdown linter and fix linting errors * fixed pip
-
- Sep 30, 2020
-
-
David de la Iglesia Castro authored
* Fix split * Update tests/test_data/test_dataset.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
Lei Yang authored
* rm redundancies * re-add some packages
-
- Sep 29, 2020
-
-
Jerry Jiarui XU authored
* Add D16-MG124 models * Use MMCV DepthSepConv * add OHEM * add warmup * fixed test * fixed test * change to bs 16 * revert config * add models
-