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

View File

@ -93,7 +93,7 @@ user
│ │ ├── Alice1.jpg
│ │ ├── Alice2.jpg
│ ├── Bob
│ │ ├── Bob.jog
│ │ ├── 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") )