Skip to content

Commit

Permalink
Unify the name of the environment. (#1507)
Browse files Browse the repository at this point in the history
* Update README.md for env name.

* Unify the name of the env.

* Update README_CN.md according to README.md
  • Loading branch information
Yulv-git authored Jul 26, 2022
1 parent 019ad70 commit b4d2021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Below are quick steps for installation.
Please refer to [install.md](docs/en/install.md) for detailed installation guide.

```shell
conda create -n open-mmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision -c pytorch -y
conda activate open-mmlab
conda create -n openmmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision -c pytorch -y
conda activate openmmlab
pip3 install openmim
mim install mmcv-full
git clone https://github.com/open-mmlab/mmpose.git
Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb-

- **支持多样的数据集**

MMPose 支持了很多主流数据集的准备和构建,如 COCO、 MPII 等。 具体请参考 [数据集准备](docs/en/data_preparation.md)
MMPose 支持了很多主流数据集的准备和构建,如 COCO、AIC、MPII、MPII-TRB、OCHuman 等。 具体请参考 [数据集准备](docs/en/data_preparation.md)

- **模块化设计**

Expand Down Expand Up @@ -92,8 +92,8 @@ MMPose 依赖 [PyTorch](https://pytorch.org/) 和 [MMCV](https://github.com/open
更详细的安装指南请参考 [install.md](docs/zh_cn/install.md)

```shell
conda create -n open-mmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision -c pytorch -y
conda activate open-mmlab
conda create -n openmmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision -c pytorch -y
conda activate openmmlab
pip3 install openmim
mim install mmcv-full
git clone https://github.com/open-mmlab/mmpose.git
Expand Down Expand Up @@ -241,7 +241,7 @@ MMPose 在主流关键点检测基准 COCO 上达到了优越的模型精度和

## 常见问题

请参考 [FAQ](docs/en/faq.md) 了解其他用户的常见问题。
请参考 [FAQ](docs/zh_cn/faq.md) 了解其他用户的常见问题。

## 参与贡献

Expand Down

0 comments on commit b4d2021

Please sign in to comment.