Skip to content
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

About AP #16

Open
magneto0124 opened this issue Sep 25, 2023 · 6 comments
Open

About AP #16

magneto0124 opened this issue Sep 25, 2023 · 6 comments

Comments

@magneto0124
Copy link

I used lsun_bed.pth and test on the dire testset lsun_bedroom/lsun_bedroom/adm, 3 accuracy rates are okay but the ap is very low, far less than 1.0.
ACC: 1.00000
AP: 0.30710
R_ACC: 1.00000
F_ACC: 1.00000
I don't know how this happened. Has anyone encountered similar problem?

@WWQ203
Copy link

WWQ203 commented Oct 9, 2023

@magneto0124 I run test.py on dire/test/lsun_bedroom/lsun_bedroom using lsun_adm.pth and get the results:
ACC:0.899
AP:0.9989
R_ACC:0.798
F_ACC:1.000
I don't know how this happened,either.

@Rapisurazurite
Copy link

@magneto0124 I run test.py on dire/test/lsun_bedroom/lsun_bedroom using lsun_adm.pth and get the results: ACC:0.899 AP:0.9989 R_ACC:0.798 F_ACC:1.000 I don't know how this happened,either.

same

@baiqingookii
Copy link

But I got the same results with the author.
lsun_adm:
ACC: 1.00000
AP: 1.00000
R_ACC: 1.00000
F_ACC: 1.00000

@daaiwoni
Copy link

@magneto0124 I run test.py on dire/test/lsun_bedroom/lsun_bedroom using lsun_adm.pth and get the results: ACC:0.899 AP:0.9989 R_ACC:0.798 F_ACC:1.000 I don't know how this happened,either.

same
I got the same result.
ACC: 0.89900
AP: 0.99890
R_ACC: 0.79800
F_ACC: 1.00000
I used "dire\test\lsun_bedroom\lsun_bedroom\adm" and "dire\test\lsun_bedroom\lsun_bedroom\real" as dataset , and the used model is "checkpoints/lsun_adm.pth".

@daaiwoni
Copy link

@magneto0124 I run test.py on dire/test/lsun_bedroom/lsun_bedroom using lsun_adm.pth and get the results: ACC:0.899 AP:0.9989 R_ACC:0.798 F_ACC:1.000 I don't know how this happened,either.

Same Result

@daaiwoni
Copy link

But I got the same results with the author. lsun_adm: ACC: 1.00000 AP: 1.00000 R_ACC: 1.00000 F_ACC: 1.00000

Which datasets did you use to test?
There is "adm" and "real" in "dire\test\lsun_bedroom\lsun_bedroom","dire\test\lsun_bedroom\imagenet" and "dire\test\imagenet\lsun_bedroom".
I don't know which pair of real and adm dataset should be used to do lsun_adm test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants