Move
This commit is contained in:
parent
569808c291
commit
d8f7078418
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Face } from "services/face/types";
|
||||
import { createGrayscaleIntMatrixFromNormalized2List } from "utils/image";
|
||||
import { mobileFaceNetFaceSize } from "./mobileFaceNetEmbeddingService";
|
||||
import { mobileFaceNetFaceSize } from "../machineLearning/mobileFaceNetEmbeddingService";
|
||||
|
||||
/**
|
||||
* Laplacian blur detection.
|
|
@ -10,6 +10,7 @@ import {
|
|||
type FaceAlignment,
|
||||
} from "services/face/types";
|
||||
import { imageBitmapToBlob, warpAffineFloat32List } from "utils/image";
|
||||
import { detectBlur } from "../face/detect-blur";
|
||||
import { clusterFaces } from "../face/cluster";
|
||||
import { getFaceCrop } from "../face/crop";
|
||||
import {
|
||||
|
@ -18,7 +19,6 @@ import {
|
|||
getFaceId,
|
||||
getLocalFile,
|
||||
} from "../face/image";
|
||||
import { detectBlur } from "./laplacianBlurDetectionService";
|
||||
|
||||
class FaceService {
|
||||
async syncFileFaceDetections(
|
||||
|
|
Loading…
Add table
Reference in a new issue