删除多余日志输出
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@yizhi/ai",
|
"name": "@yizhi/ai",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "typing/index.d.ts",
|
"types": "typing/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -63,7 +63,7 @@ export class PFLD extends Model {
|
|||||||
const y = pointsBuffer[i + 1] * image.height * ratioHeight;
|
const y = pointsBuffer[i + 1] * image.height * ratioHeight;
|
||||||
points.push({ x, y });
|
points.push({ x, y });
|
||||||
}
|
}
|
||||||
console.log(points)
|
|
||||||
return new PFLDResult(points);
|
return new PFLDResult(points);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user