vincepapaix
vincepapaix
Hi Krunt curious to hear back from you, what settings have you tried for the encoding.log2_hashmap_size changing this, you didn't run into memory issues?
Jumping on this topic, from this ticket:https://github.com/nerfstudio-project/nerfstudio/issues/1101 thanks to @tancik we now have the dataparser_transforms.json file saved, which help to go from the transforms.json scale to the trained worldscale. https://github.com/nerfstudio-project/nerfstudio/pull/1105...
Just confirming here that using `--pipeline.datamanager.camera-optimizer.mode off` and the same camera_path.json I do get the same position I'm working on a way to combine the transform.json and dataparser_transforms.json to create...
Hi Idouros Maybe this workflow might help https://docs.nerf.studio/en/latest/quickstart/blender_addon.html You approach is correct, you need to combine the matrix and scale from the transforms.json with the dataparser_transform.json, this will the correct...