show slashs

This commit is contained in:
Sefik Ilkin Serengil 2020-04-04 09:55:52 +03:00 committed by GitHub
parent 0ecec57be8
commit 569a7ee3dc
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