Datasets:

ArXiv:
License:
jianhongbai commited on
Commit
2a2bd9a
·
verified ·
1 Parent(s): e5113fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -124,6 +124,12 @@ MultiCamVideo-Dataset
124
  ```
125
 
126
  ### 4. Useful scripts
 
 
 
 
 
 
127
  - Camera Visualization
128
  ```python
129
  python vis_cam.py
 
124
  ```
125
 
126
  ### 4. Useful scripts
127
+ - Data Extraction
128
+ ```bash
129
+ cat MultiCamVideo-Dataset.part* > MultiCamVideo-Dataset.tar.gz
130
+ tar -xzvf MultiCamVideo-Dataset.tar.gz
131
+ ```
132
+
133
  - Camera Visualization
134
  ```python
135
  python vis_cam.py