tangjiapeng / DiffuScene

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

Model Evaluation and Results #28

Closed Rizulv closed 1 month ago

Rizulv commented 1 month ago

Hello , First of all you did great job. My task was to test your model and see the three cases - Completition of partial scnes. Scene Generation. Text to Scene. But i have downloaded the pretrained diffuscene and pretrained objautoencoder. and have also downloaded the pretrained dataset from the link. But when i tried the two commands generate.sh and the other one it gave me error that such file doesnt exist. Can you like guide me and give me the proper steps to do so? I have edited the paths to the model and dataset in the generate.sh and test files. Thank you

tangjiapeng commented 1 month ago

Hi, can you show the detailed error information so that i can know which files don't exist ?

Rizulv commented 1 month ago

Hello its really good to hear from you, actually i wanted to run your project and just see the three things- partial scene completition, scene generation and text to scene. For this i cloned your repo then installed the pretrained models and also pretuned dataset. Then after setting the dependencies I had error in installing some of the modules from environment.yml. Also to overall run the model you gave generate.sh and generate_text.sh files i modified them and then changed the address to model directory and dataset. Can you guide me what wrong step am i taking? Your help is much appreciated. Thanking you, Rizul Vaidya

On Tue, 4 Jun 2024, 20:27 tangjiapeng, @.***> wrote:

Hi, can you show the detailed error information so that i can know which files don't exist ?

— Reply to this email directly, view it on GitHub https://github.com/tangjiapeng/DiffuScene/issues/28#issuecomment-2147751979, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6FQA3KAIG3AA677GNUJ6A3ZFXIVLAVCNFSM6AAAAABIYINBY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBXG42TCOJXHE . You are receiving this because you authored the thread.Message ID: @.***>

Rizulv commented 1 month ago

also keep getting this error ModuleNotFoundError: No module named 'open3d'

tangjiapeng commented 1 month ago

you can run "pip install open3d"

Rizulv commented 1 month ago

can you tell me the steps i need to perform and the files involved for the model evaluation part?