Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

facebookresearch/Neural_3D_Video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural 3D Video Synthesis Dataset

This repository contains the dataset used for the CVPR paper "Neural 3D Video Synthesis from Multi-View Video".

Project Page | Paper | Video | License: CC-BY-NC 4.0

Check the Release Page for all the datase files.

Each of the dataset contains the following files

cam00.mp4
cam01.mp4
cam02.mp4
...
cam19.mp4
cam20.mp4
poses_bounds.npy

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"

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published