Closed hjjeong closed 7 months ago
Hi, I found the simplest way to address this problem is renaming 'scene_diffusion' as 'scene_synthesis'.
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?
I push a new commit to address the bug of "No module of scene_synthesis"
Thanks a lot.
When I try generate_diffusion.py, it shows
AttributeError: 'ThreedFutureDataset' object has no attribute 'get_closest_furniture_to_objfeats'
How to solve this problem?