Changes user end name for easier calls. Careful : test_script useless

This commit is contained in:
julien Lengrand-Lambert
2012-04-26 07:37:18 +02:00
parent f66320963d
commit be8a6720e2
3 changed files with 3 additions and 14 deletions

View File

@@ -8,6 +8,8 @@ import os
from context import facemovie
from facemovie.Facemovie import FaceMovie
import facemovie.training_types
if __name__ == '__main__':
root_fo = "C:\Users\jll\perso\workspace\FaceMovie"
in_fo = os.path.join(root_fo, "data/input\Axel")
@@ -17,9 +19,6 @@ if __name__ == '__main__':
my_movie = FaceMovie(in_fo, out_fo, par_fo)
my_movie.list_guys() # find images in input folder
# listing training files
print my_movie.face_params.get_types()
#my_movie.search_faces() # search for images with faces
# I want to change images so that all faces have the same size
#my_movie.normalize_faces() # sets all faces to the same size