hgupt3 commited on
Commit
e022077
·
verified ·
1 Parent(s): fd2ac03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -50,6 +50,12 @@ The simulated dataset is split into two parts due to its size:
50
  - `renders_part_aa.zip`
51
  - `renders_part_ab.zip`
52
 
 
 
 
 
 
 
53
  **To merge and unzip:**
54
 
55
  1. **Merge the parts into a single zip file:**
@@ -66,10 +72,17 @@ The simulated dataset is split into two parts due to its size:
66
 
67
  ### Real-World Datasets (Classification & Pose Estimation)
68
 
69
- The real-world tactile datasets for classification and pose estimation are provided as separate zip files. Each of these zip files contains two directories:
70
 
71
- - `train_set/`
72
- - `test_set/`
 
 
 
 
 
 
 
73
 
74
  Simply unzip them in your desired directory:
75
 
@@ -78,6 +91,12 @@ unzip classification_dataset.zip -d your_desired_directory
78
  unzip pose_dataset.zip -d your_desired_directory
79
  ```
80
 
 
 
 
 
 
 
81
  ---
82
 
83
  ## File Structure
 
50
  - `renders_part_aa.zip`
51
  - `renders_part_ab.zip`
52
 
53
+ You should be able to download both files with
54
+
55
+ ```bash
56
+ wget https://huggingface.co/datasets/hgupt3/sitr_dataset/resolve/main/renders_part_aa https://huggingface.co/datasets/hgupt3/sitr_dataset/resolve/main/renders_part_ab
57
+ ```
58
+
59
  **To merge and unzip:**
60
 
61
  1. **Merge the parts into a single zip file:**
 
72
 
73
  ### Real-World Datasets (Classification & Pose Estimation)
74
 
75
+ You can download the classificaiton dataset with
76
 
77
+ ```bash
78
+ wget https://huggingface.co/datasets/hgupt3/sitr_dataset/resolve/main/classification_dataset.zip
79
+ ```
80
+
81
+ and the pose estimation datset with
82
+
83
+ ```bash
84
+ wget https://huggingface.co/datasets/hgupt3/sitr_dataset/resolve/main/pose_dataset.zip
85
+ ```
86
 
87
  Simply unzip them in your desired directory:
88
 
 
91
  unzip pose_dataset.zip -d your_desired_directory
92
  ```
93
 
94
+ The real-world tactile datasets for classification and pose estimation are provided as separate zip files. Each of these zip files contains two directories:
95
+
96
+ - `train_set/`
97
+ - `test_set/`
98
+
99
+
100
  ---
101
 
102
  ## File Structure