"data/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "d055876a2a88385e38673d5133865d211282c1d4"
Unverified Commit 7baa711f authored by seanzhang-zhichen's avatar seanzhang-zhichen Committed by GitHub
Browse files

[Fix] Fix doc problem (#975)


Co-authored-by: default avatarzhangzc <2608882093@qq.com>
parent 3098d788
......@@ -93,7 +93,7 @@ If you need to use the more comprehensive dataset (~500M) provided by OpenCompas
wget https://github.com/open-compass/opencompass/releases/download/0.2.2.rc1/OpenCompassData-complete-20240207.zip
unzip OpenCompassData-complete-20240207.zip
cd ./data
find . -name "*.zip" -exec unzip {} \;
find . -name "*.zip" -exec unzip "{}" \;
```
The list of datasets included in both `.zip` can be found [here](https://github.com/open-compass/opencompass/releases/tag/0.2.2.rc1)
......
......@@ -94,7 +94,7 @@ unzip OpenCompassData-core-20240207.zip
wget https://github.com/open-compass/opencompass/releases/download/0.2.2.rc1/OpenCompassData-complete-20240207.zip
unzip OpenCompassData-complete-20240207.zip
cd ./data
find . -name "*.zip" -exec unzip {} \;
find . -name "*.zip" -exec unzip "{}" \;
```
两个 `.zip` 中所含数据集列表如[此处](https://github.com/open-compass/opencompass/releases/tag/0.2.2.rc1)所示。
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment