InstantMesh
InstantMesh copied to clipboard
InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models
I found that "demo.launch(server_name="0.0.0.0", server_port=43839)" in app.py makes that when you open the url, it makes the app don't work, but there's a solution, changing "server_name" and "server_port": Example: demo.launch(server_name="127.0.0.1",...
  After installation I am getting these errors. How to resolve it please? Thanks
Hello! Let me first say congrats and thanks for all your work, **InstantMesh is absolutely amazing**! I am wondering about the possibility of aligning the initial input image with the...
Hi, thanks for the great work. I've read the code. And found that the depth loss was calculated, yet not sum into the total loss. Is there any reasons for...
Loading diffusion model ... Fetching 16 files: 31%|███████████████████████▏ | 5/16 [00:00
Hi, thanks for the great work. I'm wondering if you could provide (1) the evaluation data list for GSO and Omni3D. (2) what's your rendering configuration? (3) For the camera...
raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/sudo-ai/zero123 plus-v1.2 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable'))"), '(Request ID: ca57e223-bc50-41fd-be5a-67ccfba32a47)')
![Uploading WeChat8e740c817c392d7e2f472bcb73ce581f.jpg…]()
Hi, thanks for the great work! I wonder if it would be possible to modify the code in order to specify the (x, y, z) dimensions of the generated 3D...