You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
All the *.mp4 files are the processed synchronized videos compressed in mp4 format. The poses_bounds.npy files stores the camera pose information for each video. The details of format can refer to NeRF dataset pose format.
Notes:
For all the dataset, cam00.mp4 is the center reference camera which we held out for testing.
We have already filtered out the camera stream that is either unsynchronized, or have significant inconsistency in observations. If a camera stream ID does not exist in the folder, this is the invalid camera stream that has been filtered.
The poses_bounds.npy store all the camera poses correspond to their sequential sorted order in the folder. If cam03.mp4 does not exist in the final folder, it does not contain the pose for that. The length of total cameras in the poses_bounds.npy file should be equal to the total number of valid video streams.
About
The repository for CVPR 2022 Paper "Neural 3D Video Synthesis"