- Jun 17, 2021
-
-
Jerry Jiarui XU authored
* [Refactor]: Unified parameter initialization * fixed pretrained
-
- Jun 03, 2021
-
-
Jerry Jiarui XU authored
-
- Jun 02, 2021
-
-
Yinhao Li authored
* Add save_best option in eval_hook. * Update meta to fix best model can not test bug * refactor with _do_evaluate * remove redundent * add meta Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- May 31, 2021
-
-
谢昕辰 authored
* dice loss * format code, add docstring and calculate denominator without valid_mask * minor change * restore * add metafile * add manifest.in and add config at setup.py * add requirements * modify manifest * modify manifest * Update MANIFEST.in * add metafile * add metadata * fix typo * Update metafile.yml * Update metafile.yml * minor change * Update metafile.yml * add subfix * fix mmshow * add more metafile * add config to model_zoo * fix bug * Update mminstall.txt * [fix] Add models * [Fix] Add collections * [fix] Modify collection name * [Fix] Set datasets to unet metafile * [Fix] Modify collection names * complement inference time
-
- May 25, 2021
-
-
q.yao authored
* add trt test tool * create deploy_test, update document * fix with isort * move import inside __init__ * remove comment, fix doc * update document
-
- May 18, 2021
-
-
Edward authored
https://openaccess.thecvf.com/CVPR2017 does not contain DeepLabV3
-
- May 17, 2021
- May 13, 2021
-
-
q.yao authored
* fix verify bugs * rename args
-
- May 12, 2021
-
-
q.yao authored
-
- May 09, 2021
-
-
谢昕辰 authored
-
- May 06, 2021
- May 05, 2021
-
-
Jerry Jiarui XU authored
-
谢昕辰 authored
* mmcv eval hook * mmcv evalhook compatible * add warnings * inherit from base class * fix unitest * adapt to mmcv 1.3.1 * fixed unittest * set by_epoch=False * fixed efficient test * update docstring Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Apr 30, 2021
-
-
sshuair authored
* add mFscore and refactor the metrics return value * fix linting * some docstring and name fix
-
sennnnn authored
* Adjust vision transformer backbone architectures; * Add DropPath, trunc_normal_ for VisionTransformer implementation; * Add class token buring intermediate period and remove it during final period; * Fix some parameters loss bug; * * Store intermediate token features and impose no processes on them; * Remove class token and reshape entire token feature from NLC to NCHW; * Fix some doc error * Add a arg for VisionTransformer backbone to control if input class token into transformer; * Add stochastic depth decay rule for DropPath; * * Fix output bug when input_cls_token=False; * Add related unit test; * * Add arg: out_indices to control model output; * Add unit test for DropPath; * Apply suggestions from code review Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Apr 29, 2021
-
-
Ziyi Wu authored
* support reading class_weight from file in loss function * add unit test of loss with class_weight from file * minor fix * move get_class_weight to utils
-
Ziyi Wu authored
* remove dict calling img key for compatibility * fix unit test * infer batch size using len(result) to be consistent with mmcv
-
q.yao authored
* add onnxruntime test tool, update pytorch2onnx to support slice export * onnx convert with custom output shape, update test code * update pytorch2onnx, add rescale_shape support, add document * update doc for lint error fixing * remove cpu flag in ort_test.py * change class name, fix cuda error * remote comment * fix bug of torch2onnx * mIOU to mIoU
-
- Apr 28, 2021
-
-
Jerry Jiarui XU authored
* [Refactor] Use MMCV MODEL_REGISTRY * fixed args
-
- 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
-