TianxingChen
commited on
Commit
•
ef9e1c5
1
Parent(s):
6627296
Upload folder using huggingface_hub
Browse files- download_weights.py +5 -0
- robotwin_models.zip +2 -2
download_weights.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from huggingface_hub import snapshot_download
|
2 |
+
import os
|
3 |
+
|
4 |
+
parent_dir = os.path.dirname(os.path.abspath(__file__))
|
5 |
+
snapshot_download(repo_id="TianxingChen/FeatureDP", local_dir=parent_dir, repo_type="dataset")
|
robotwin_models.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6661031f410bdfe61ec685c88f1e50073138a64f78b85b69dd67052d02eb382d
|
3 |
+
size 225325470
|