windows usage

This commit is contained in:
Sefik Ilkin Serengil 2020-04-04 09:58:46 +03:00 committed by GitHub
parent ead901cdc1
commit 731066dd6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ user
│ │ ├── Bob.jpg │ │ ├── Bob.jpg
``` ```
BTW, you should use regular slash ( / ) instead of backslash ( \ ) in Windows OS while passing the path to stream function (e.g. DeepFace.stream("C:/User/Sefik/Desktop/database") ) BTW, you should use regular slash ( / ) instead of backslash ( \ ) in Windows OS while passing the path to stream function. E.g. `DeepFace.stream("C:/User/Sefik/Desktop/database")`.
# Installation # Installation