Open magneto0124 opened 1 year ago
@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.
@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
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
@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".
@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
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.
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?