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
I have my dataset in the format that 3D Gaussian Splatting and NerfStudio accept. That is a folder with an images subfolder and camera params of those images saved in a json file. How do I change them in the format that PixelSplat accepts?
#55
Open
Shahid1Malik opened this issue
Aug 2, 2024
· 3 comments
i have my dataset in the format that 3D Gaussian Splatting and NerfStudio accepts. That is an image folder with camera parameters of those images saved in a json file. How do I change them in the format that PixelSplat accepts?
The text was updated successfully, but these errors were encountered:
Shahid1Malik
changed the title
I have my dataset in the format that 3D Gaussian Splatting and NerfStudio accept. That is a folder with an image subfolder and camera params of those images saved in a json file. How do I change them in the format that PixelSplat accepts?
I have my dataset in the format that 3D Gaussian Splatting and NerfStudio accept. That is a folder with an images subfolder and camera params of those images saved in a json file. How do I change them in the format that PixelSplat accepts?
Aug 2, 2024
If the camera parameters are in the format that 3D Gaussian Splatting and NerfStudio accept, my best guess is that they are obtained via COLMAP. If so, you can refer to #1 for instructions on converting the COLMAP data.
After successfully building the torch files, the most important thing is to confirm that the camera parameters are correctly formatted. You can find more related discussions at #23 (comment).
i have converted a subset of real10k using your convert.py script. However the torch file generated is 47 MB. when i feed it for evaluation, the testing doesnt work, it appears like it does not find or accept the torch file. What could be the problem here
i have my dataset in the format that 3D Gaussian Splatting and NerfStudio accepts. That is an image folder with camera parameters of those images saved in a json file. How do I change them in the format that PixelSplat accepts?
The text was updated successfully, but these errors were encountered: