lukasHoel / text2room

Text2Room generates textured 3D meshes from a given text prompt using 2D text-to-image models (ICCV2023).
https://lukashoel.github.io/text-to-room/
MIT License
1.02k stars 71 forks source link

ImportError: DLL load failed while importing _C: Not found procedure #26

Closed ProximaCA closed 1 year ago

ProximaCA commented 1 year ago

C:\Users\anon\Desktop\text2room-main>python generate_scene.py Traceback (most recent call last): File "C:\Users\anon\Desktop\text2room-main\generate_scene.py", line 5, in from model.text2room_pipeline import Text2RoomPipeline File "C:\Users\anon\Desktop\text2room-main\model\text2room_pipeline.py", line 12, in from model.mesh_fusion.util import ( File "C:\Users\anon\Desktop\text2room-main\model\mesh_fusion\util.py", line 6, in from pytorch3d.renderer import FoVPerspectiveCameras, PerspectiveCameras File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\site-packages\pytorch3d-0.7.3-py3.9-win-amd64.egg\pytorch3d\renderer__init__.py", line 7, in from .blending import ( File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\site-packages\pytorch3d-0.7.3-py3.9-win-amd64.egg\pytorch3d\renderer\blending.py", line 10, in from pytorch3d import _C

ImportError: DLL load failed while importing _C: Not found procedure

lukasHoel commented 1 year ago

I never tested pytorch3D on windows. This error indicates that the cuda extensions of pytorch3D were not compiled.