This commit is contained in:
Manav Rathi 2024-05-16 13:29:45 +05:30
parent 839b4c04a9
commit 48cc9a08b6
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import { openCache } from "@/next/blob-cache";
import log from "@/next/log";
import { faceAlignment } from "services/face/align";
import mlIDbStorage from "services/face/db";
import { detectFaces, getRelativeDetection } from "services/face/detect-face";
import { detectFaces, getRelativeDetection } from "services/face/detect";
import {
DetectedFace,
Face,
@ -13,7 +13,7 @@ import {
import { imageBitmapToBlob, warpAffineFloat32List } from "utils/image";
import { clusterFaces } from "../face/cluster";
import { getFaceCrop } from "../face/crop";
import { detectBlur } from "../face/detect-blur";
import { detectBlur } from "../face/blur";
import {
fetchImageBitmap,
fetchImageBitmapForContext,