hayden-donnelly
commited on
Commit
•
097213a
1
Parent(s):
7f18659
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Sonic NeRF
|
2 |
+
|
3 |
+
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.
|
4 |
+
|
5 |
+
## NeRF Dataset
|
6 |
+
The dataset for training a NeRF can be found in the `multi_view_renders` folder.
|
7 |
+
The `multi_view_renders/transforms.json` file contains a record of the half FOV in radians as well as camera poses for each frame.
|
8 |
+
The camera poses are given as column-major affine transformation matrices.
|