Skip to content

Commit

Permalink
fix fastscnn path (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI authored Aug 9, 2021
1 parent 268bd8d commit 6c26a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/fastscnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

| 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) |
6 changes: 3 additions & 3 deletions configs/fastscnn/fastscnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Collections:
Training Data:
- Cityscapes
Models:
- Name: ''
- Name: fast_scnn_lr0.12_8x4_160k_cityscapes
In Collection: fastscnn
Metadata:
backbone: Fast-SCNN
Expand All @@ -24,5 +24,5 @@ Models:
Metrics:
mIoU: 70.96
mIoU(ms+flip): 72.65
Config: ''
Weights: ''
Config: configs/fastscnn/fast_scnn_lr0.12_8x4_160k_cityscapes.py
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_8x4_160k_lr0.12_cityscapes-0cec9937.pth

0 comments on commit 6c26a7f

Please sign in to comment.