KevinMathew's picture
Update README.md
71d1daa verified
metadata
{}

Dataset Summary

This dataset contains the left-eye rectified perspective views from the Stereo4D dataset. 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

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