Skip to content

Commit 9feaa7c

Browse files
authored
Fix typo in usage example (open-mmlab#1003)
1 parent 93f8b14 commit 9feaa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/segformer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use other repositories' pre-trained models, it is necessary to convert keys.
2929
We provide a script [`mit2mmseg.py`](../../tools/model_converters/mit2mmseg.py) in the tools directory to convert the key of models from [the official repo](https://github.com/NVlabs/SegFormer) to MMSegmentation style.
3030

3131
```shell
32-
python tools/model_converters/swin2mmseg.py ${PRETRAIN_PATH} ${STORE_PATH}
32+
python tools/model_converters/mit2mmseg.py ${PRETRAIN_PATH} ${STORE_PATH}
3333
```
3434

3535
This script convert model from `PRETRAIN_PATH` and store the converted model in `STORE_PATH`.

0 commit comments

Comments
 (0)