You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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
540
541
### Retrieve the Face Landmark Points and Contours
541
542
542
543
```javascript
543
-
constlandmarkPositions=landmarks.getPositions()
544
+
constlandmarkPositions=landmarks.positions
544
545
545
546
// or get the positions of individual contours,
546
547
// only available for 68 point face ladnamrks (FaceLandmarks68)
0 commit comments