Zhou Yingjie
Zhou Yingjie
TypeError Traceback (most recent call last) Cell In[3], line 1 ----> 1 xm = load_model('transmitter', device=device) 2 model = load_model('text300M', device=device) 3 diffusion = diffusion_from_config(load_config('diffusion')) File [~/Projects/shap-e/shap_e/models/download.py:146](https://vscode-remote+ssh-002dremote-002b192-002e168-002e194-002e124.vscode-resource.vscode-cdn.net/home/zyj/Projects/shap-e/shap_e/examples/~/Projects/shap-e/shap_e/models/download.py:146), in load_model(model_name, device,...
Hi, I have successfully run the demo and got a .obj file which contains the geometry mesh. However, I want to add uv-map to the mesh, how can I get...