mirror of https://github.com/vladmandic/human
remove debug output
parent
491ebe018f
commit
9cdae38de1
|
@ -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