SiTH-Diffusion / SiTH

[CVPR 2024] SiTH: Single-view Textured Human Reconstruction with Image-Conditioned Diffusion
https://ait.ethz.ch/sith
MIT License
76 stars 3 forks source link

from recon.ops.mesh.load_obj import load_obj #8

Closed Sosekie closed 1 week ago

Sosekie commented 1 week ago

Hello, I think you've put load_obj.py in recon.datasets but not in recon.ops.mesh maybe:

from recon.ops.mesh.load_obj import load_obj

from recon.datasets.load_obj import load_obj

azuxmioy commented 1 week ago

Hi,

Thanks for letting me know. I changed the folder structure when releasing the training code and didn't have time to check all the import paths before the CVPR conference.

The ops folder is now in recon.models; I have updated the code accordingly.

Thanks!