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
1k stars 69 forks source link

Can't find text2room/checkpoints #16

Closed scooter7 closed 1 year ago

scooter7 commented 1 year ago

Hi,

I'm trying to move irondepth_scannet.pt and normal_scannet.pt into folder: text2room/checkpoints but don't see that directory in the text2room directory.

Thanks!

lukasHoel commented 1 year ago

Hi, please create the directory manually :)

scooter7 commented 1 year ago

Hi again,

Now, I'm getting error:

ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96

Thanks!

lukasHoel commented 1 year ago

You can try to relax the versions in the requirements.txt file and install any (the latest) version of the respective packages yourself.

lukasHoel commented 1 year ago

Let me know if you have further questions about installation.