- Jan 20, 2021
-
-
Jerry Jiarui XU authored
* [Improvement] Move train_cfg/test_cfg inside model * fixed config dict * fixed config dict
-
- Jan 19, 2021
-
-
yamengxi authored
* add lovasz loss * Modify as comments * Modify paper url * add unittest and remove Var * impove unittest
-
- Jan 14, 2021
-
-
congee authored
-
- Jan 11, 2021
-
-
Junjun2016 authored
* Add UNet as backbone and FCN PSPNet DeepLabV3 as decode_head benchmark on 4 retinal vessel segmentation datasets * adjust README of UNet
-
Jerry Jiarui XU authored
-
Jerry Jiarui XU authored
-
- Jan 10, 2021
-
-
yamengxi authored
* memory efficient test * implement efficient test * merge * Add document and docstring * fix unit test * add memory usage report
-
- Jan 08, 2021
-
-
congee authored
-
- Jan 07, 2021
-
-
yamengxi authored
* fix tta bug * modify as suggested * fix test_tta bug
-
- Jan 05, 2021
-
-
Jerry Jiarui XU authored
-
- Jan 02, 2021
-
-
Jerry Jiarui XU authored
* Bump to v0.10 * change version
-
- 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
-