mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 18:03:49 +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.
29 lines
784 B
YAML
29 lines
784 B
YAML
Collections:
|
|
- Metadata:
|
|
Training Data:
|
|
- Cityscapes
|
|
Name: fastscnn
|
|
Models:
|
|
- Config: configs/fastscnn/fast_scnn_lr0.12_8x4_160k_cityscapes.py
|
|
In Collection: fastscnn
|
|
Metadata:
|
|
backbone: Fast-SCNN
|
|
crop size: (512,1024)
|
|
inference time (ms/im):
|
|
- backend: PyTorch
|
|
batch size: 1
|
|
hardware: V100
|
|
mode: FP32
|
|
resolution: (512,1024)
|
|
value: 17.71
|
|
lr schd: 160000
|
|
memory (GB): 3.3
|
|
Name: fast_scnn_lr0.12_8x4_160k_cityscapes
|
|
Results:
|
|
Dataset: Cityscapes
|
|
Metrics:
|
|
mIoU: 70.96
|
|
mIoU(ms+flip): 72.65
|
|
Task: Semantic Segmentation
|
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_lr0.12_8x4_160k_cityscapes/fast_scnn_lr0.12_8x4_160k_cityscapes_20210630_164853-0cec9937.pth
|