Update README.md
Browse files
README.md
CHANGED
|
@@ -146,7 +146,7 @@ pip install huggingface_hub
|
|
| 146 |
```python
|
| 147 |
from huggingface_hub import hf_hub_download
|
| 148 |
|
| 149 |
-
repo_id = "CMRobot/
|
| 150 |
file_path = hf_hub_download(
|
| 151 |
repo_id=repo_id,
|
| 152 |
filename="samples/1.1.Basic_Movement_Category/1.1.1.High_Dynamic_Movement/1.1.1.1.Standing_High_Jump/BM_Standing_High_Jump_00001.csv",
|
|
|
|
| 146 |
```python
|
| 147 |
from huggingface_hub import hf_hub_download
|
| 148 |
|
| 149 |
+
repo_id = "CMRobot/MotionDecode"
|
| 150 |
file_path = hf_hub_download(
|
| 151 |
repo_id=repo_id,
|
| 152 |
filename="samples/1.1.Basic_Movement_Category/1.1.1.High_Dynamic_Movement/1.1.1.1.Standing_High_Jump/BM_Standing_High_Jump_00001.csv",
|