You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thank you for your brilliant work and look forward to the code!
I have a few questions and hope to get answers:
What is the output of the diffusion layer? Suppose the input is noisy_traj (corresponding to anchor + noise of t steps, 0<t<50)
a. noise of one step (which is the noise added to anchor and is not related to gt)
b. offset from noisy_traj to gt
c. something else
How many diffusion timesteps are involved in training and inference, respectively?
a. one for training (such as DDPM, t -> t-1 ), and two steps for inference (DDIM, 50 -> 25 -> 0)
b. something else
Thank you again!
The text was updated successfully, but these errors were encountered:
Hi. Thank you for your brilliant work and look forward to the code!
I have a few questions and hope to get answers:
a. noise of one step (which is the noise added to anchor and is not related to gt)
b. offset from noisy_traj to gt
c. something else
a. one for training (such as DDPM, t -> t-1 ), and two steps for inference (DDIM, 50 -> 25 -> 0)
b. something else
Thank you again!
The text was updated successfully, but these errors were encountered: