Easily convert videos into side-by-side VR videos.
The program estimates depth maps for each frame using AI.
Using these depth maps it shifts the pixels for the left and right eye independendly.
Then we place those 2 frames side-by-side and get a VR-video.
git clone https://github.com/xXChampionsXx/video2vr
cd video2vr
pip3 install -r requirements.txt
python video2vr.py
Install pytorch with cuda support following the instructions on here: https://pytorch.org/get-started/locally/#start-locally