You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the late response. Both those repositories are from the same author, so I expected results to be similar.
I don't remember the reasoning behind using not-official repository, but when averaged across many images our current implementation gives pretty similar results in terms of SRCC / PLCC (see table in README).
I'll leave this issue open so that other's are aware of this difference.
Thanks for your response. I know the implementations are from the same author but I also asked the author about differences and I got no reply here -> dingkeyan93/DISTS#11
I tested both implementations I found so far on github:
https://github.com/dingkeyan93/DISTS/commits/master/DISTS_pytorch/DISTS_pt.py
(and)
https://github.com/dingkeyan93/IQA-optimization/commits/master/IQA_pytorch/DISTS.py
The first one is IMO the official one, but you based the tests on the second one. All I would like to know is why?
When I use https://github.com/dingkeyan93/DISTS/commits/master/DISTS_pytorch/DISTS_pt.py I get: 0.1638164520263672
When I use https://github.com/dingkeyan93/IQA-optimization/commits/master/IQA_pytorch/DISTS.py I get: 0.19509172439575195
So which is the correct one and why?
The text was updated successfully, but these errors were encountered: