mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 15:50:41 +00:00
Corrects small typo. Video output functional on both test sets. TODO: Thumbmail option
This commit is contained in:
@@ -87,7 +87,7 @@ class Facemoviefier():
|
||||
self.facemovie.show_faces(1000)
|
||||
elif self.args['type'] == 'i':
|
||||
self.facemovie.save_faces(self.args['output'])
|
||||
elif self.arg['type'] == 'v':
|
||||
elif self.args['type'] == 'v':
|
||||
self.facemovie.save_movie(self.args['output'])
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user