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

Hi author, I rendered the mesh output from InstantMesh using the 6 viewpoints from zero123++ output, but it seems to be not aligned on the scale. ![ScreenCapture_2024-08-05-14-15-46](https://github.com/user-attachments/assets/e28d1ccf-1a8f-4e77-94c0-ee5d91007d5c) ![2_rmbg](https://github.com/user-attachments/assets/6e03597d-91a5-448d-ae4b-923f4cfca8a2) This is...

I want to evaluate the instantmesh renering psn metrics, but I find if I use the rendering data on GSO myself . The output pose is correct, but the output...

This is the address of my repository, according to Openlrm to modify the rendering script to conform to the Instantmesh dataset https://github.com/Mrguanglei/Instantmesh_scriptData?tab=readme-ov-file

While running app.py I am encountering the error Loading reconstruction model ... Some weights of ViTModel were not initialized from the model checkpoint at facebook/dino-vitb16 and are newly initialized: ['encoder.layer.11.adaLN_modulation.1.bias',...

Hello,i‘m trying to run the training code ,but i find that the max_epochs: is setted to -1。it will be grateful if you can tell me how many epoches did you...

## Problem spinning up docker with commit 7fe9562 (latest commit as of 8Jul2024) fails with: ``` Traceback (most recent call last): File "/workspace/instantmesh/app.py", line 12, in from diffusers import DiffusionPipeline,...

我根据OpenLRM制作好了数据集,但是我通过instant-nerf-large-train.yaml 配置我的数据集,但是没法找到我的图片路径。下面是我的数据集格式 ![微信图片_20240716122615](https://github.com/user-attachments/assets/06bd594a-e11b-4202-9fce-4e837b868c84) 哪位大佬,能不能帮我看一下,我将不胜感激。

After installing all the dependencies for the repo I ran the gradio app, but any model I try to generate from the available examples returns the same error: `File "/InstantMesh/src/models/renderer/synthesizer_mesh.py",...

run this commend had success,can generate textmap obj and png file。 ```shell python run.py configs/instant-mesh-large.yaml examples/hatsune_miku.png --save_video --export_texmap ``` can run app.py support textmap ?

Any plan to support export as fbx format?