lukkowal5
Results
1
issues of
lukkowal5
Hi, How can I read/align/prepare face for making predict on trained model? I made code like this: ```python model = create_deepface() model.load_weights('VGGFace2_DeepFace_weights_val-0.9034.h5') img = load_img(path) img = img.resize((152,152)) img_array =...
documentation
enhancement