File size: 456 Bytes
097213a |
1 2 3 4 5 6 7 8 |
# Sonic NeRF
Sample data for a synthetic NeRF pipeline I'm working on. This repository is a temporary backup. I will delete it sometime in the future.
## NeRF Dataset
The dataset for training a NeRF can be found in the `multi_view_renders` folder.
The `multi_view_renders/transforms.json` file contains a record of the half FOV in radians as well as camera poses for each frame.
The camera poses are given as column-major affine transformation matrices. |