mirror of https://github.com/vladmandic/human
remove debug output
parent
54195efd2a
commit
a836113aa8
|
@ -95,7 +95,6 @@ export async function predict(image, config) {
|
||||||
stack.forEach((s) => tf.dispose(s));
|
stack.forEach((s) => tf.dispose(s));
|
||||||
keypoints = parts;
|
keypoints = parts;
|
||||||
}
|
}
|
||||||
console.log(keypoints);
|
|
||||||
resolve([{ keypoints }]);
|
resolve([{ keypoints }]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue