InstantMesh icon indicating copy to clipboard operation
InstantMesh copied to clipboard

InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models

Results 136 InstantMesh issues
Sort by recently updated
recently updated
newest added

![IMG_7993](https://github.com/user-attachments/assets/04584f44-e901-4bc0-bc1b-1a283b823814) ![IMG_7997](https://github.com/user-attachments/assets/f096c610-e52e-4062-bb24-ba6a7b097285)

I'm experiencing a degradation in model performance when fine-tuning with mesh representation (depth and normal maps). The model initially works well when fine-tuned on the NeRF representation but begins to...

Hello, My team and I are trying to enhance instantmesh 3d reconstruction texture output, and after several experience, we found out that one the biggest issue is that the **resolution...

Would you please guide me on how to train this AI using my own dataset?

Is it possible to somehow affect the output polycount? Is this affected by the config you use? I need the models to be less detailed. I get about 60k polys...

when i resume from instant_mesh_base.ckpt,using "python train.py --resume /ckpts/instant_mesh_base.ckpt --resume_weights_only --base configs/instant-mesh-base-train-finetune.yaml --gpus 0,1 --num_nodes 1". ERROR: Traceback (most recent call last): File "/model/2023/XXX/InstantMesh-main/train.py", line 186, in model = model.__class__.load_from_checkpoint(opt.resume,...

I have some issues with the classifier-free guidance of zero123++fine-tuning code. In model.py, ```` # classifier-free guidance if np.random.rand() < self.drop_cond_prob: prompt_embeds = self.pipeline._encode_prompt([""] * B, self.device, 1, False) cond_latents...

Hi everyone, I’m trying to fine-tune the model and have been following their paper for guidance. While I understand the dataset originates from Objaverse, I still have several questions about...

When running app.py locally, gradio displays expecting value: line 1 column 1 (char 0). I tried to turn off the proxy by following other people's methods, but a connection error...

I mean does it hurt to update the requirements.txt with exact versions.. since you wont know when a package is updated and if its compatible with other versions. Does anyone...