Ali Eskandari
Ali Eskandari
I have a question about converting the final transform.json file into camera-2-world format after running ns-process-data. My ultimate goal is to calculate the angular difference between cameras. Is there any...
I am currently working on a video project where I need to reconstruct an object from the video. To start with, I extracted frames from the video using three different...
Could your code generate a transform matrix that can be used in other Nerf frameworks or methods, such as Nerfstudio or Neuralangelo? These methods require a transform matrix in JSON...
**Description:** I've extracted a 3D mesh from a trained nerfacto model and have the transformation matrix for camera positions used during training. I need to replicate these views in Blender...
After completing the training process, I am wondering how to load the model and generate a view or video from it. Unfortunately, I couldn't find any script that handles inference...
After completing the training, is it possible to save specific rendered images from particular views? For instance, how can I access and save the rendered image of the validation dataset?
Is there a way to define validation images separately and evaluate the final results on them? I have checked the codes but I couldn't find any flag or place where...