mean2.npz file for inception score computation
Closed this issue · 1 comments
d-acharya commented
You load files mean2.npz file in
evaluation/calc_inception.py (line 36)
and
evaluation/tile_prediction.py (line 48)
and substract it from generated videos before feeding into c3d net. It looks like some sort of normalization, but you do not explain anywhere in the code nor the computation of that mean file is anywhere in the code. Could you clarify what this mean is and why you are substracting it?
Also, is it possible to provide the file?
Thanks.