File size: 1,036 Bytes
549096d 86dbe07 cb5c625 71d1daa a764f31 8b99af2 4f2bf1b a764f31 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
{}
---
## Dataset Summary
This dataset contains the left-eye rectified perspective views from the [Stereo4D dataset](https://stereo4d.github.io/). Each video is generated using the [rectify.py](https://github.com/Stereo4d/stereo4d-code/blob/main/rectify.py) script, which processes VR180 stereo videos to produce 512×512 video clips with a 60° field of view perspective camera. This dataset is intended to be used alongside the Stereo4D dataset annotations which can be found [here](https://console.cloud.google.com/storage/browser/stereo4d;tab=objects?inv=1&invt=AbwGbA&prefix=&forceOnObjectsSortingFiltering=false).
This dataset is provided as-is for non-commercial research purposes only.
## Download
```bash
git clone https://huggingface.co/datasets/KevinMathew/stereo4d-lefteye-perspective
cd stereo4d-lefteye-perspective
git lfs pull --include="*.tar.part_*,test_mp4s.tar"
cat train_mp4s.tar.part_* > train_mp4s.tar
mkdir train_mp4s test_mp4s
tar -xvf train_mp4s.tar -C train_mp4s
tar -xvf test_mp4s.tar -C test_mp4s
``` |