In the config file i see texture resolution does it really helps in improving the quality of meshes generated ?
Please comment what all these parameters mean ?
infer_config:
unet_path: ckpts/diffusion_pytorch_model.bin
model_path: ckpts/instant_mesh_large.ckpt
texture_resolution: 1024
render_resolution: 512
infer_config:
unet_path: ckpts/diffusion_pytorch_model.bin
model_path: ckpts/instant_nerf_large.ckpt
mesh_threshold: 10.0
mesh_resolution: 256
render_resolution: 384
In the config file i see texture resolution does it really helps in improving the quality of meshes generated ?
Please comment what all these parameters mean ?