update
Browse files
README.md
CHANGED
|
@@ -203,7 +203,7 @@ pip install huggingface_hub
|
|
| 203 |
```python
|
| 204 |
from huggingface_hub import hf_hub_download
|
| 205 |
|
| 206 |
-
repo_id = "
|
| 207 |
file_path = hf_hub_download(
|
| 208 |
repo_id=repo_id,
|
| 209 |
filename="samples/Move_the_box_001.bvh",
|
|
@@ -238,7 +238,7 @@ For full access, request permission via the **Request access** button, then use
|
|
| 238 |
Only a subset of the dataset is publicly available here. If you need **full access** to the entire 1000-hour dataset, please scan the QR code below to contact us via WeChat:
|
| 239 |
此处仅公开了数据集的子集。如果您需要**完整访问**整个 1000 小时数据集,请扫描下方二维码通过微信联系我们:
|
| 240 |
|
| 241 |
-
<img src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/
|
| 242 |
|
| 243 |
Alternatively, you can click the **"Request access"** button on the right side of this page to automatically gain download permissions for the complete dataset.
|
| 244 |
或者,您可以点击页面右侧的 **“Request access”** 按钮自动获得完整数据集的下载权限。
|
|
@@ -246,14 +246,14 @@ Alternatively, you can click the **"Request access"** button on the right side o
|
|
| 246 |
*Note: Approval is automatic, but we kindly ask you to provide your contact information for licensing purposes.*
|
| 247 |
*注意:审批是自动的,但我们恳请您提供联系信息以便授权。*
|
| 248 |
|
| 249 |
-
Or email us at: **
|
| 250 |
-
或发送邮件至:**
|
| 251 |
|
| 252 |
We look forward to collaborating with researchers and industry partners!
|
| 253 |
我们期待与研究人员和行业伙伴合作!
|
| 254 |
|
| 255 |
## Contact / 联系方式
|
| 256 |
-
- Issues / Requests: [Discussions](https://huggingface.co/datasets/
|
| 257 |
-
- 问题/请求:[讨论区](https://huggingface.co/datasets/
|
| 258 |
-
- Email:
|
| 259 |
-
- 邮箱:
|
|
|
|
| 203 |
```python
|
| 204 |
from huggingface_hub import hf_hub_download
|
| 205 |
|
| 206 |
+
repo_id = "CMRobot/Chingmu-RobotData"
|
| 207 |
file_path = hf_hub_download(
|
| 208 |
repo_id=repo_id,
|
| 209 |
filename="samples/Move_the_box_001.bvh",
|
|
|
|
| 238 |
Only a subset of the dataset is publicly available here. If you need **full access** to the entire 1000-hour dataset, please scan the QR code below to contact us via WeChat:
|
| 239 |
此处仅公开了数据集的子集。如果您需要**完整访问**整个 1000 小时数据集,请扫描下方二维码通过微信联系我们:
|
| 240 |
|
| 241 |
+
<img src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/invite_code.jpg" width="30%" alt="alt text">
|
| 242 |
|
| 243 |
Alternatively, you can click the **"Request access"** button on the right side of this page to automatically gain download permissions for the complete dataset.
|
| 244 |
或者,您可以点击页面右侧的 **“Request access”** 按钮自动获得完整数据集的下载权限。
|
|
|
|
| 246 |
*Note: Approval is automatic, but we kindly ask you to provide your contact information for licensing purposes.*
|
| 247 |
*注意:审批是自动的,但我们恳请您提供联系信息以便授权。*
|
| 248 |
|
| 249 |
+
Or email us at: **19101712793@163.com**
|
| 250 |
+
或发送邮件至:**19101712793@163.com**
|
| 251 |
|
| 252 |
We look forward to collaborating with researchers and industry partners!
|
| 253 |
我们期待与研究人员和行业伙伴合作!
|
| 254 |
|
| 255 |
## Contact / 联系方式
|
| 256 |
+
- Issues / Requests: [Discussions](https://huggingface.co/datasets/CMRobot/Chingmu-RobotData/discussions)
|
| 257 |
+
- 问题/请求:[讨论区](https://huggingface.co/datasets/CMRobot/Chingmu-RobotData/discussions)
|
| 258 |
+
- Email: 19101712793@163.com
|
| 259 |
+
- 邮箱:19101712793@163.com
|