This commit is contained in:
Sefik Ilkin Serengil 2020-04-04 09:55:19 +03:00 committed by GitHub
parent 79fba3675f
commit 0ecec57be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ user
│ │ ├── 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