rubenvillegas / iclr2017mcnet

Tensorflow implementation of the ICLR 2017 paper: Decomposing Motion and Content for Natural Video Sequence Prediction

Home Page:https://sites.google.com/a/umich.edu/rubenevillegas/iclr2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluating trained model with KTH fails

kikyou123 opened this issue · comments

commented

when i run test_kth.py, it is show AttributeError: 'module' object has no attribute 'compute_ssim'. it seems
image
something is wrong with it

Did you install pyssim?

"""
pip install pyssim
"""

If you did, then it's a problem of the version.

commented

thanks for you replay, i install pyssim, and i solved it!!