Open
Description
Great work! I have a question here. When I was replicating the paper, under the conditional control of Canny, I generated 1000 images. Then I used the following code to calculate the FID metric and got a result of around 70, which is quite different from the result of more than twenty in the paper. May I ask what the reason for this is?
from torch_fidelity import calculate_metrics
input1=''
input2=''
metrics = calculate_metrics(input1=input1, input2=input2, fid=True)
Metadata
Metadata
Assignees
Labels
No labels