- Apr 19, 2021
- Apr 18, 2021
-
-
Jerry Jiarui XU authored
-
- Apr 14, 2021
-
-
sennnnn authored
* Fix fence(IoU) = 0 when training on PascalContextDataset59; * Add a test case in test_metrics() of tests/test_metrics.py to test the bug caused by torch.histc; * Update tests/test_metrics.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Apr 12, 2021
-
-
q.yao authored
* add dynamic export and visualize to pytorch2onnx * update document * fix lint * fix dynamic error and add visualization * fix lint * update docstring * update doc * Update help info for --show Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> * fix lint Co-authored-by:
maningsheng <maningsheng@sensetime.com> Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Apr 09, 2021
-
-
Jerry Jiarui XU authored
-
Jerry Jiarui XU authored
* add more CI * fix missing * remove python-version * fixed acc
-
- Apr 07, 2021
-
-
Jerry Jiarui XU authored
-
- Apr 06, 2021
-
-
sshuair authored
* add print model graph for print_config tool * add print model graph for print_config tool * fix double quoted * fix iosort
-
- Apr 04, 2021
-
-
Jerry Jiarui XU authored
-
- Mar 31, 2021
-
-
Jerry Jiarui XU authored
* refactor test organization * fixed se layer * update mmcv uper bound
-
- Mar 30, 2021
-
-
lizz authored
Signed-off-by:
lizz <lizz@sensetime.com>
-
lizz authored
* Fix typo: upsampe_cfg -> upsample_cfg Signed-off-by:
lizz <lizz@sensetime.com> * convoluton -> convolution Signed-off-by:
lizz <lizz@sensetime.com> * more Signed-off-by:
lizz <lizz@sensetime.com> * ok Signed-off-by:
lizz <lizz@sensetime.com>
-
- Mar 29, 2021
-
-
sshuair authored
* Include each class metrics in logs * format * fix the unitest * fix the custom int class_name * fix the custom int class_name
-
谢昕辰 authored
* fix training bugs * fix unitest error * fix error in num_classes==2 case * delete comments
-
谢昕辰 authored
* pytorch metrics impl and test * support list[str] input, delete unused test code and delete numpy version * modify input data type * add docstring and unitest of filename inputs * add indents in docstring and use tempfile lib to create dir * using with statement
-
- Mar 28, 2021
-
-
钟晓键 authored
-
- Mar 23, 2021
-
-
David de la Iglesia Castro authored
-
- Mar 22, 2021
-
-
谢昕辰 authored
* Support plot logs * add plot log docs
-
- Mar 20, 2021
-
-
谢昕辰 authored
* Support fcn dilate 6 * Support dilate in FCNHead * configs for cityscapse dataset * add configs for pytorch pretrained model * update README * add fps test results * add memory test results and links * modify log names * Update mmseg/models/decode_heads/fcn_head.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Mar 11, 2021
-
-
谢昕辰 authored
* dice loss * format code, add docstring and calculate denominator without valid_mask * minor change * restore
-
- Feb 25, 2021
-
-
Jerry Jiarui XU authored
-
- Feb 21, 2021
-
-
Kai Chen authored
-
- Feb 02, 2021
-
-
Jerry Jiarui XU authored
* bump to v0.11 * update readme
-
- Jan 24, 2021
-
-
Jerry Jiarui XU authored
* [Bug fix] Fixed ADE20k test * fixed ade cfg
-
- 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
-