- Apr 26, 2021
-
-
Jerry Jiarui XU authored
-
- Apr 25, 2021
-
-
谢昕辰 authored
* init * upsample v1.0 * fix errors * change to in_channels list * add unittest, docstring, norm/act config and rename Co-authored-by:
xiexinch <test767803@foxmail.com>
-
- Apr 24, 2021
-
-
sennnnn authored
Fix "the output num_classes of auxiliary head is not same as num_classes of ground truth seg_map". (#488) * Fix "the output num_classes of auxiliary head is not match num_classes of ground truth seg_map". * Fix spelling mistake; * Modify "model download link", "log link";
-
Jerry Jiarui XU authored
-
sennnnn authored
* Add some publish information * Fix some readme omission.
-
Jerry Jiarui XU authored
* fixed fp16 * update fps
-
- Apr 22, 2021
-
-
谢昕辰 authored
* vit backbone * fix lint * add docstrings and fix pretrained pos_embed dim not match prob * add unittest for vit * fix lint * add vit based fcn configs * fix import error * support multiple resolution input images * upsample pos_embed at init_weights * support resize pos_embed at evaluation * fix training errors * add more unitest code for vit backbone * unitest for uncovered code * add norm_eval unittest * refactor _pos_embeding * minor change * change var name * rafactor init_weight * load weights after resize * ignore 'module' in pretrain checkpoint * add with_cp * add with_cp Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Apr 21, 2021
-
-
sshuair authored
* Description of arguments about tools pytorch2torchscript and print_config * fix docs lint
-
quincylin1 authored
-
- Apr 20, 2021
-
-
sennnnn authored
* Add support for Pascal Context 59 classes (#459) * Create PascalContextDataset59 class in mmseg/datasets/pascal_context.py; * Set reduce_zero_label=True for train_pipeline and PascalContextDataset59; * Add some configs for Pascal-Context 59 classes training and testing; * Try to solve the problem about "fence(IoU)=nan grass(IoU)=0"; * Continue(1): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0"; * ignore files and folders named tempxxx; * Continue(2): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0"; * Modify the calculation of IoU; * Modify the CLASSES order of PascalContextDataset; * Add "fcn", "deeplabv3", "deeplabv3+", "pspnet" config file for model training based on PascalContextDataset59; Add some ignore items in ".gitignore"; * fix the bug "test_cfg specified in both outer field and model field " of pspnet config file; * * Clean unnecessary codes; * Add weighs link, config link, log link and evaluation results about PascalContextDataset59 in README.md * Add command line argument: "-p | --port", this arg can change the transmit port when you transmit data to distributed machine. * * Remove rebundant config files; * Remove "-p|--port" command argument; Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- 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
-