TencentARC / InstantMesh

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

why i am getting this error #159

Open harinandyala4 opened 2 months ago

harinandyala4 commented 2 months ago

error

May i know the size of gpu required to run the this model

gidon321 commented 2 months ago

Happens to me as well, i got this warning in the console maybe is related? UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:212.)

CarterYancey commented 2 months ago

I am getting the same issue with no console log indicating a problem. I added debug=True to the demo launch in app.py and still am not seeing any indication of what the problem is.

CarterYancey commented 2 months ago

Upgrading to gradio 4 solved it for me