mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
fix fastscnn path (#760)
This commit is contained in:
parent
f6b1dc5eb5
commit
6ee419917f
@ -19,4 +19,4 @@
|
|||||||
|
|
||||||
| Method | Backbone | Crop Size | Lr schd | Mem (GB) | Inf time (fps) | mIoU | mIoU(ms+flip) | config | download |
|
| Method | Backbone | Crop Size | Lr schd | Mem (GB) | Inf time (fps) | mIoU | mIoU(ms+flip) | config | download |
|
||||||
| --------- | --------- | --------- | ------: | -------- | -------------- | ----: | ------------- | --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| --------- | --------- | --------- | ------: | -------- | -------------- | ----: | ------------- | --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| Fast-SCNN | Fast-SCNN | 512x1024 | 160000 | 3.3 | 56.45 | 70.96 | 72.65 | [config](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/fast_scnn.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-0cec9937.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-20210630_164853.log.json) |
|
| Fast-SCNN | Fast-SCNN | 512x1024 | 160000 | 3.3 | 56.45 | 70.96 | 72.65 | [config](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/fastscnn/fast_scnn_lr0.12_8x4_160k_cityscapes.py) | [model](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-0cec9937.pth) | [log](https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-20210630_164853.log.json) |
|
||||||
|
@ -4,7 +4,7 @@ Collections:
|
|||||||
Training Data:
|
Training Data:
|
||||||
- Cityscapes
|
- Cityscapes
|
||||||
Models:
|
Models:
|
||||||
- Name: ''
|
- Name: fast_scnn_lr0.12_8x4_160k_cityscapes
|
||||||
In Collection: fastscnn
|
In Collection: fastscnn
|
||||||
Metadata:
|
Metadata:
|
||||||
backbone: Fast-SCNN
|
backbone: Fast-SCNN
|
||||||
@ -24,5 +24,5 @@ Models:
|
|||||||
Metrics:
|
Metrics:
|
||||||
mIoU: 70.96
|
mIoU: 70.96
|
||||||
mIoU(ms+flip): 72.65
|
mIoU(ms+flip): 72.65
|
||||||
Config: ''
|
Config: configs/fastscnn/fast_scnn_lr0.12_8x4_160k_cityscapes.py
|
||||||
Weights: ''
|
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-0cec9937.pth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user