DiffusionDet
DiffusionDet copied to clipboard
`clip_x_start` is not used
https://github.com/ShoufaChen/DiffusionDet/blob/1efb36d4b0b721f2d509bc72656235a94d73ab02/diffusiondet/detector.py#L170
And here https://github.com/ShoufaChen/DiffusionDet/blob/main/diffusiondet/detector.py#L205, clip_denoised=True by default.
Good catch! Thank you.
We implement the clip in https://github.com/ShoufaChen/DiffusionDet/blob/main/diffusiondet/detector.py#L171.