landmarks renamed to points

This commit is contained in:
Ruben van de Ven 2020-09-22 09:20:45 +02:00
parent 058a656d13
commit cef703104b
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function parseDetectionResults(results) {
for(let result of results) {
const landmarks = result.landmarks._positions.map((pos) => parseCoordinate(pos));
let detection = {
'landmarks': landmarks,
'points': landmarks,
// TODO: rotation
'parts': {},
'box': {