Merge pull request #582 from ekkolon/patch-1

style: fix minor spelling error in print message
This commit is contained in:
Sefik Ilkin Serengil 2022-10-24 16:56:48 +03:00 committed by GitHub
commit 13a21fe306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ def analysis(db_path, model_name = 'VGG-Face', detector_backend = 'opencv', dist
toc = time.time() toc = time.time()
print("Facial attibute analysis models loaded in ",toc-tic," seconds") print("Facial attribute analysis models loaded in ",toc-tic," seconds")
#------------------------ #------------------------