KevinMathew commited on
Commit
8b99af2
·
verified ·
1 Parent(s): cb5c625

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,7 +12,7 @@ git clone https://huggingface.co/datasets/KevinMathew/stereo4d-lefteye-perspecti
12
  cd stereo4d-lefteye-perspective
13
  git lfs pull --include="*.tar.part_*,test_mp4s.tar"
14
  cat train_mp4s.tar.part_* > train_mp4s.tar
15
- mkdir train_frames test_frames
16
- tar -xvf train_mp4s.tar -C train_frames
17
- tar -xvf test_mp4s.tar -C test_frames
18
  ```
 
12
  cd stereo4d-lefteye-perspective
13
  git lfs pull --include="*.tar.part_*,test_mp4s.tar"
14
  cat train_mp4s.tar.part_* > train_mp4s.tar
15
+ mkdir train_mp4s test_mp4s
16
+ tar -xvf train_mp4s.tar -C train_mp4s
17
+ tar -xvf test_mp4s.tar -C test_mp4s
18
  ```