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));
|
||||
keypoints = parts;
|
||||
}
|
||||
console.log(keypoints);
|
||||
resolve([{ keypoints }]);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue