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.
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.
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.