Open pinecho opened 1 year ago
Hi,
Thanks for your interest.
We have experimented with several eta
values. The results demonstrate that eta
has negligible influence on the final results. Therefore, we adopt ddim_sampling_eta = 1.
as our default setting.
Hi, thanks for your great work. I noticed that you applied DDIM sampling method in your code, with the setting: https://github.com/ShoufaChen/DiffusionDet/blob/1efb36d4b0b721f2d509bc72656235a94d73ab02/diffusiondet/detector.py#L97
I found
ETA controls the scale of the variance (0 is DDIM, and 1 is one type of DDPM).
from https://github.com/ermongroup/ddim It seems thateta=1
means DDPM. May I ask if your eta is the same as the one from ermongroup?