TencentARC / InstantMesh

InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models
Apache License 2.0
3.27k stars 349 forks source link

how to increase the quality of mesh #84

Open sumanttyagi opened 5 months ago

sumanttyagi commented 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 ?

  1. texture_resolution and render_resolution in - https://github.com/TencentARC/InstantMesh/blob/main/configs/instant-mesh-large.yaml
    infer_config:
    unet_path: ckpts/diffusion_pytorch_model.bin
    model_path: ckpts/instant_mesh_large.ckpt
    texture_resolution: 1024
    render_resolution: 512
  2. mesh threshold - https://github.com/TencentARC/InstantMesh/blob/main/configs/instant-nerf-large.yaml
    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
yosun commented 5 months ago

experiment?

sumanttyagi commented 5 months ago

@yosun my point is

yosun commented 5 months ago

[i th](https://github.com/TencentARC/InstantMesh/issues/19#issuecomment-2062021767)

sumanttyagi commented 5 months ago

what does mesh_threshold do to the output i am not interested in time or computation for now

miaowu99 commented 2 months ago

@sumanttyagi the same question, do you have any ideas now?