- 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
* Support DMNet * fix doc and delete norm_name
-
- Dec 18, 2020
-
-
Junjun2016 authored
* Support APCNet * code optimization * add apcnet configs * add benchmark * add readme and model zoo * fix doc
-
- 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 18, 2020
-
-
Jerry Jiarui XU authored
-
- Nov 17, 2020
-
-
Jerry Jiarui XU authored
* [Enhancement] Add args check for ignore_index * Support ignore_index
-
- Nov 16, 2020
-
-
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 11, 2020
-
-
Jerry Jiarui XU authored
-
- 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>
-
- Sep 27, 2020
-
-
Jerry Jiarui XU authored
* [Enhance] Unifed InvertedResidual in MobileNetV2 and FastSCNN * [Enhance] Unifed InvertedResidual in MobileNetV2 and FastSCNN
-
- Sep 25, 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 * seperate
-
- Sep 24, 2020
-
-
David de la Iglesia Castro authored
* Add missing map_location * Add docstring * Update mmseg/apis/inference.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> * Update inference.py * Update inference.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
David de la Iglesia Castro authored
* Use img_prefix and seg_prefix for loading * flake8 * Fix split
-
- Sep 23, 2020
-
-
robin Han authored
-
- Sep 22, 2020
-
-
yamengxi authored
* Add Pascal Context to mmsegmentation * Add benchmark result to Pascal Context * fix mmcv version * fix code syntax * fix code syntax again * Update mmseg/models/segmentors/encoder_decoder.py update hint Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> * update comment * fix pascal context model path * fix model path mistake again * fix model path mistake again * fix model path mistakes again Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Sep 21, 2020
-
-
sshuair authored
* fix acc and iou compute nan problem * fix acc and iou compute nan problem * add nan_to_num args for mean_iou * add nan_to_num args for mean_iou * add nan_to_num args for mean_iou * add nan_to_num args for mean_iou * add nan_to_num args for mean_iou * Update mmseg/core/evaluation/mean_iou.py * Update mean_iou.py * Update mean_iou.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Sep 19, 2020
-
-
Jerry Jiarui XU authored
-
- Sep 16, 2020
-
-
Iago González authored
* Support for custom classes * Fix test * Fix pre-commit * Add pipeline logic for custom classes * Fix minor issues, fix test * Fix issues from PR review * Fix tests * Remove palette as str * Rename old_to_new_ids to label_map * Test for load_anns * Remove get_palette function * fixed temp * Add subset of palette, remove palette as arg * minor update Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Sep 10, 2020
-
-
Jerry Jiarui XU authored
* Bump to version 0.6 * fixed format
-
- Sep 07, 2020
-
-
Jerry Jiarui XU authored
* [Feature] Support PointRend * add previous test * update modelzoo
-
Han Hu authored
* Add DNLHead * add configs * add weight decay mult * add norm back * Update README.md * matched inference performance * Fixed shape * sep conv_out * no norm * add norm back * complete model zoo * add tests * Add test forward * Add more test Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
Xia Li 李夏 authored
* add emanet * fixed bug and typos * add emanet config * fixed padding * fixed identity * rename * rename * add concat_input * fallback to update last * Fixed concat * update EMANet * Add tests * remove self-implement norm Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Sep 04, 2020
-
-
Jerry Jiarui XU authored
* [Feature] Support MobileNetV2 backbone * Fixed import * Fixed test * Fixed test * Fixed dilate * upload model * update table * update table * update bibtex * update MMCV requirement
-
- Sep 03, 2020
-
-
robin Han authored
* add customized Upsample which can convert to ONNX * support multiply decode head for hrnet * support size for Upsample
-
Jerry Jiarui XU authored
* Add Semantic FPN * remove HRFPN
-