CoolFace
Datasetpublic

KevinMathew/stereo4d-lefteye-perspective

Dataset Summary This dataset contains the left-eye rectified perspective views from the Stereo4D dataset (Paper). Each video is generated using the 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. This dataset is provided as-is for non-commercial research purposes only. Download… See the full description on the dataset page: https://huggingface.co/datasets/KevinMathew/stereo4d-lefteye-perspective.

sourceHugging Faceupdated 1y agoView on Hugging Face
12likes372downloads
Dataset Card

Dataset Summary

This dataset contains the left-eye rectified perspective views from the Stereo4D dataset (Paper). Each video is generated using the 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.

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