DiffusionTrack
DiffusionTrack copied to clipboard
‘sampling_steps’ during inference
When I read the code, I found that due to ‘self.sampling_steps=1’ during tracking, the model will not enter ddim’s ‘def diffusion(sampling_times,bboxes,x_start,pred_noise)’. What is the author’s intention of doing this? Looking forward to your reply