tangjiapeng / DiffuScene

[CVPR 2024] DiffuScene: Denoising Diffusion Models for Generative Indoor Scene Synthesis
Other
188 stars 15 forks source link

AttributeError: 'ThreedFutureDataset' object has no attribute #17

Closed hjjeong closed 3 months ago

hjjeong commented 4 months ago

When I try generate_diffusion.py, it shows

AttributeError: 'ThreedFutureDataset' object has no attribute 'get_closest_furniture_to_objfeats'

image

How to solve this problem?

tangjiapeng commented 4 months ago

Hi, I found the simplest way to address this problem is renaming 'scene_diffusion' as 'scene_synthesis'.

hjjeong commented 4 months ago

I have modified the foldername 'scene_diffusion' to 'scene_synthesis', but all dependencies cause error. For example, scripts/utils.py file imports functions get_textured_objects from scene_diffusion.utils. Should I modify all dependencies and import command?

tangjiapeng commented 4 months ago

I push a new commit to address the bug of "No module of scene_synthesis"

hjjeong commented 3 months ago

Thanks a lot.