pfnet-research / tgan

The implementation of Temporal Generative Adversarial Nets with Singular Value Clipping
https://pfnet-research.github.io/tgan
MIT License
78 stars 34 forks source link

mean2.npz file for inception score computation #8

Closed d-acharya closed 6 years ago

d-acharya commented 6 years ago

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.

d-acharya commented 6 years ago

https://github.com/hx173149/C3D-tensorflow