Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions regarding how to process data into correct data format #3564

Open
Yushi-Du opened this issue Jan 9, 2025 · 0 comments
Open

Questions regarding how to process data into correct data format #3564

Yushi-Du opened this issue Jan 9, 2025 · 0 comments

Comments

@Yushi-Du
Copy link

Yushi-Du commented Jan 9, 2025

Hi, thank you very much for the wonderful work!

When I was using your method to train a nerf on my data, I found the image shown in the visualizer is empty in the rgb channel. However, there are contents in the depth and accumulation channels.

I have checked the camera pose using other methods and it is correct. I wonder if there are some mistakes in my data format?

Here is an example of my data. I am using blender to render the images. The width, height and focal parameters are retrieved using blender python API.

{
"fl_x": 262.5,
"fl_y": 262.5,
"k1": 0,
"k2": 0,
"p1": 0,
"p2": 0,
"cx": 128,
"cy": 128,
"w": 256,
"h": 256,
"aabb_scale": 16,
"frames": [
{
"file_path": "images/0001.png",
"transform_matrix": [
[
-0.8327592015266418,
-0.4579005837440491,
0.3111884593963623,
0.40454572439193726
],
[
-3.7252868878567824e-07,
0.5620833039283752,
0.827080488204956,
1.0752044916152954
],
[
-0.553634524345398,
0.6887590885162354,
-0.4680800437927246,
-0.6085042953491211
],
[
0.0,
0.0,
-0.0,
1.0
]
]
}
]
}

I would really appreciate you reply and assistance. Thank you once again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant