ejones / triposr-texture-gen

Generates a texture for 3D models created by the TripoSR image-to-3D model
MIT License
90 stars 11 forks source link

FileNotFoundError: [Errno 2] No such file or directory #7

Open Laradius opened 5 months ago

Laradius commented 5 months ago

Traceback (most recent call last): File "E:\Business\TripoSR\texture-gen\text2texture.py", line 345, in tmesh = text2texture( File "E:\Business\TripoSR\texture-gen\text2texture.py", line 282, in text2texture np.array(Image.open(painted_path)), File "D:\Users\ellio\miniconda3\envs\tripo\lib\site-packages\PIL\Image.py", line 3247, in open fp = builtins.open(filename, "rb")

Isn't the script supposed to generate painted_path for color as well?