-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The results in the paper? #9
Comments
I encountered the same issue and also conducted testing on the LSUN dataset in the
However, I'm unsure about the distinction between |
I run test.py on
If convert the images in the "adm" folder into JPG same as issue #11 , I get the results:
|
@eecoder-dyf I run test.py on dire/test/lsun_bedroom/lsun_bedroom using lsun_adm.pth and get the same result as you do.But RichardSunnyMeng(commented on Sep 5) said he got ACC:1 AP:1.Do you know how to get the same result as RichardSunnyMeng did? |
The only modification I made was runing the code on cpu because I encountered an error on cuda. |
I got the same result. |
I ran
test.sh
on LSUN-B dataset and its corresponding generated images by ADM, with checkpointlsun_adm.pth
, the output in terminal is:Are your results of AP and ACC refer to F_ACC,not including the result of real dataset?
The text was updated successfully, but these errors were encountered: