Open sumanttyagi opened 5 months ago
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
experiment?
@yosun my point is
[i th](https://github.com/TencentARC/InstantMesh/issues/19#issuecomment-2062021767)
what does mesh_threshold do to the output i am not interested in time or computation for now
@sumanttyagi the same question, do you have any ideas now?
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 ?