InstantMesh
InstantMesh copied to clipboard
InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models
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.   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 配置我的数据集,但是没法找到我的图片路径。下面是我的数据集格式  哪位大佬,能不能帮我看一下,我将不胜感激。
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?