tangjiapeng / DiffuScene

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

How to generate Conditon based scenes. #31

Open Rizulv opened 5 months ago

Rizulv commented 5 months ago

Like how to give the data as input and in what dimensions or type of data to be given. For example, Lets suppose i want to test the model for scene rearrangement, scene completition so how can i test the model on my custom data? please guide.

tangjiapeng commented 4 months ago

Hi, the input of scene rearrangement and scene completion is done by dataloader. You can also add a new argument in the inference script to directly read the inputs from a pre-processed file.