mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* Modify default work dir when training. * Refactor gather_models.py. * Add train and test matching list. * Regression benchmark list. * lower readme name to upper readme name. * Add url check tool and model inference test tool. * Modify tool name. * Support duplicate mode of log json url check. * Add regression benchmark evaluation automatic tool. * Add train script generator. * Only Support script running. * Add evaluation results gather. * Add exec Authority. * Automatically make checkpoint root folder. * Modify gather results save path. * Coarse-grained train results gather tool. * Complete benchmark train script. * Make some little modifications. * Fix checkpoint urls. * Fix unet checkpoint urls. * Fix fast scnn & fcn checkpoint url. * Fix fast scnn checkpoint urls. * Fix fast scnn url. * Add differential results calculation. * Add differential results of regression benchmark train results. * Add an extra argument to select model. * Update nonlocal_net & hrnet checkpoint url. * Fix checkpoint url of hrnet and Fix some tta evaluation results and modify gather models tool. * Modify fast scnn checkpoint url. * Resolve new comments. * Fix url check status code bug. * Resolve some comments. * Modify train scripts generator. * Modify work_dir of regression benchmark results. * model gather tool modification.
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
configs/hrnet/fcn_hr18s_512x512_160k_ade20k.py
|
|
configs/hrnet/fcn_hr18s_512x1024_160k_cityscapes.py
|
|
configs/hrnet/fcn_hr48_512x512_160k_ade20k.py
|
|
configs/hrnet/fcn_hr48_512x1024_160k_cityscapes.py
|
|
configs/pspnet/pspnet_r50-d8_512x1024_80k_cityscapes.py
|
|
configs/pspnet/pspnet_r101-d8_512x1024_80k_cityscapes.py
|
|
configs/pspnet/pspnet_r101-d8_512x512_160k_ade20k.py
|
|
configs/pspnet/pspnet_r50-d8_512x512_160k_ade20k.py
|
|
configs/resnest/pspnet_s101-d8_512x512_160k_ade20k.py
|
|
configs/resnest/pspnet_s101-d8_512x1024_80k_cityscapes.py
|
|
configs/fastscnn/fast_scnn_lr0.12_8x4_160k_cityscapes.py
|
|
configs/deeplabv3plus/deeplabv3plus_r101-d8_769x769_80k_cityscapes.py
|
|
configs/deeplabv3plus/deeplabv3plus_r101-d8_512x1024_80k_cityscapes.py
|
|
configs/deeplabv3plus/deeplabv3plus_r50-d8_512x1024_80k_cityscapes.py
|
|
configs/deeplabv3plus/deeplabv3plus_r50-d8_769x769_80k_cityscapes.py
|
|
configs/vit/upernet_vit-b16_ln_mln_512x512_160k_ade20k.py
|
|
configs/vit/upernet_deit-s16_ln_mln_512x512_160k_ade20k.py
|
|
configs/fp16/deeplabv3plus_r101-d8_512x1024_80k_fp16_cityscapes.py
|
|
configs/swin/upernet_swin_tiny_patch4_window7_512x512_160k_ade20k_pretrain_224x224_1K.py
|