Tim77777767
commited on
Commit
·
c93e685
1
Parent(s):
bd49b63
README modify
Browse files
README.md
CHANGED
@@ -98,6 +98,11 @@ Running it with customized Parameters:
|
|
98 |
python3 -m segformer_plusplus.start_cityscape_benchmark --backbone [b1-b5] --head [bsm_hq, bsm_fast, n2d_2x2] --checkpoint [Path/To/Checkpoint]
|
99 |
```
|
100 |
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
## Citation
|
103 |
```bibtex
|
|
|
98 |
python3 -m segformer_plusplus.start_cityscape_benchmark --backbone [b1-b5] --head [bsm_hq, bsm_fast, n2d_2x2] --checkpoint [Path/To/Checkpoint]
|
99 |
```
|
100 |
|
101 |
+
Checkpoints can be downloaded via the provided links above:
|
102 |
+
Example:
|
103 |
+
```shell
|
104 |
+
wget -O [NameOfDownloadedFile] "URL of Model-Download"
|
105 |
+
```
|
106 |
|
107 |
## Citation
|
108 |
```bibtex
|