I am unable to call average() like described in example 8 from https://github.com/fourMs/MGT-python/blob/master/docs/examples.md :
mv = mg.MgVideo(mg.examples.pianist)
...
average_standard = mv.average()
I get an error message that MgVideo does not have an average attribute.