Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update camvid download shell for train_seg doc #1621

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/zh_cn/examples/train_seg.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
```bash
# https://opendatalab.com/CamVid
# Configure install
pip install opendatalab
pip install openxlab
# Upgraded version
pip install -U opendatalab
# Login
odl login
pip install -U openxlab
# Login, use AK/SK generated from usercenter(https://sso.openxlab.org.cn/usercenter?lang=zh-CN)
openxlab login
# Download this dataset
mkdir data
odl get CamVid -d data
openxlab dataset get --dataset-repo data/CamVid
# Preprocess data in Linux. You should extract the files to data manually in
# Windows
tar -xzvf data/CamVid/raw/CamVid.tar.gz.00 -C ./data
Expand Down