Skip to content

Commit 6c8f9d0

Browse files
added travis badge + fixed typ
1 parent 4695c1b commit 6c8f9d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# face-api.js
22

3+
[![Build Status](https://travis-ci.org/justadudewhohacks/face-api.js.svg?branch=master)](https://travis-ci.org/justadudewhohacks/face-api.js)
34
[![Slack](https://slack.bri.im/badge.svg)](https://slack.bri.im)
45

56
**JavaScript API for face detection and face recognition in the browser implemented on top of the tensorflow.js core API ([tensorflow/tfjs-core](https://github.com/tensorflow/tfjs-core))**
@@ -540,7 +541,7 @@ console.log(dist) // 10
540541
### Retrieve the Face Landmark Points and Contours
541542

542543
``` javascript
543-
const landmarkPositions = landmarks.getPositions()
544+
const landmarkPositions = landmarks.positions
544545

545546
// or get the positions of individual contours,
546547
// only available for 68 point face ladnamrks (FaceLandmarks68)

0 commit comments

Comments
 (0)