--- {} --- ## 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 ```