DiffuScene icon indicating copy to clipboard operation
DiffuScene copied to clipboard

How to generate Conditon based scenes.

Open Rizulv opened this issue 1 year ago • 1 comments

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.

Rizulv avatar Jun 10 '24 17:06 Rizulv

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.

tangjiapeng avatar Jul 14 '24 08:07 tangjiapeng