docs: more proper-names checks!

This commit is contained in:
Oleg Kalachev
2019-02-15 02:56:14 +03:00
parent 82f9b9d6c1
commit 67e2185d70
18 changed files with 81 additions and 37 deletions

View File

@@ -89,7 +89,7 @@ arr = np.asarray(bytearray(req.read()), dtype=np.uint8)
frame = cv2.imdecode(arr, -1)
```
Объяснение дальнейшего кода можно найти на githubе используемого API в комментариях к [следующему скрипту](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py)
Объяснение дальнейшего кода можно найти на GitHubе используемого API в комментариях к [следующему скрипту](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py)
## Использование