mirror of https://github.com/open-mmlab/mim.git
update README.md
parent
e3dad73e5e
commit
4ad4c13a93
17
README.md
17
README.md
|
@ -31,7 +31,7 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
+ from source
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.sz.sensetime.com/open-mmlab/mim.git
|
||||
git clone https://github.com/open-mmlab/mim.git
|
||||
cd mim
|
||||
python setup.py develop or python setup.py install
|
||||
```
|
||||
|
@ -69,8 +69,6 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
<details>
|
||||
<summary>1. install</summary>
|
||||
|
||||
[](https://asciinema.org/a/LyMXALRosqzmM2RoFCZsC8DoV)
|
||||
|
||||
+ command
|
||||
|
||||
```bash
|
||||
|
@ -166,8 +164,6 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
<details>
|
||||
<summary>4. search</summary>
|
||||
|
||||
[](https://asciinema.org/a/bPrejDHbfKMdIoAwR1OUXDgbC)
|
||||
|
||||
+ command
|
||||
|
||||
```bash
|
||||
|
@ -206,8 +202,6 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
<details>
|
||||
<summary>5. download</summary>
|
||||
|
||||
[](https://asciinema.org/a/RGlsdl9EzVCNYCNmckJBTq6Nv)
|
||||
|
||||
+ command
|
||||
|
||||
```bash
|
||||
|
@ -229,8 +223,6 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
<details>
|
||||
<summary>6. train</summary>
|
||||
|
||||
[](https://asciinema.org/a/5S2okqQxQDt2oxbQSyfLJESF5)
|
||||
|
||||
+ command
|
||||
|
||||
```bash
|
||||
|
@ -267,8 +259,6 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
<details>
|
||||
<summary>7. test</summary>
|
||||
|
||||
[](https://asciinema.org/a/p9fAC4hwYy2P0lsI75RhbmexY)
|
||||
|
||||
+ command
|
||||
|
||||
```bash
|
||||
|
@ -313,8 +303,6 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
<details>
|
||||
<summary>8. run</summary>
|
||||
|
||||
[](https://asciinema.org/a/I3dipVYjXEzZGLbsiVqG7VkGV)
|
||||
|
||||
+ command
|
||||
|
||||
```bash
|
||||
|
@ -358,8 +346,6 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
|
|||
<details>
|
||||
<summary>9. gridsearch</summary>
|
||||
|
||||
[](https://asciinema.org/a/kOIaJxvecSMxs8KXpK4KJ0oKA)
|
||||
|
||||
+ command
|
||||
|
||||
```bash
|
||||
|
@ -443,4 +429,3 @@ tmp --gpus 1
|
|||
## Contributing
|
||||
|
||||
We appreciate all contributions to improve mim. Please refer to [CONTRIBUTING.md](https://github.com/open-mmlab/mmcv/blob/master/CONTRIBUTING.md) for the contributing guideline.
|
||||
|
||||
|
|
Loading…
Reference in New Issue