Skip to content

Commit

Permalink
Merge pull request serengil#1129 from starenka/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil authored Mar 20, 2024
2 parents c774ca4 + 8a71218 commit d7202cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/basemodels/GhostFaceNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def load_model():
output = home + "/.deepface/weights/ghostfacenet_v1.h5"

if os.path.isfile(output) is not True:
logger.info("Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
logger.info(f"Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
gdown.download(PRETRAINED_WEIGHTS, output, quiet=False)
logger.info(f"Pre-trained weights is just downloaded to {output}")

Expand Down

0 comments on commit d7202cf

Please sign in to comment.