thanhhff commited on
Commit
06518fa
·
1 Parent(s): 03be452

Remove individual files, zip all into MultiSensor-Home1.zip

Browse files
Files changed (2) hide show
  1. MultiSensor-Home1.zip +3 -0
  2. README.md +2 -8
MultiSensor-Home1.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcaa2b01eba6d0f7be8639ff4ed48829021f66f94e856f0d76a02c4c5bf8c62a
3
+ size 3690950664
README.md CHANGED
@@ -8,14 +8,8 @@ A wide-area multi-modal multi-view dataset for action recognition and transforme
8
 
9
  A simple way to download the dataset:
10
  ```
11
- from huggingface_hub import snapshot_download
12
-
13
- snapshot_download(
14
- repo_id="thanhhff/MultiSensor-Home1",
15
- repo_type="dataset", # Important: specify that this is a dataset, not a model
16
- local_dir="dataset", # Destination folder path
17
- local_dir_use_symlinks=False # Optional: store actual files instead of symlinks
18
- )
19
  ```
20
 
21
  ## 📖 Paper Reference
 
8
 
9
  A simple way to download the dataset:
10
  ```
11
+ # Make sure hf CLI is installed: pip install -U "huggingface_hub[cli]"
12
+ hf download thanhhff/MultiSensor-Home1 --repo-type=dataset --local-dir dataset
 
 
 
 
 
 
13
  ```
14
 
15
  ## 📖 Paper Reference