feat(background): add face recognition functionality- Implement face recognition task type and processing

This commit is contained in:
ShiYu
2025-06-14 00:36:45 +08:00
parent a56ec32a15
commit 204bc96c56
12 changed files with 408 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ namespace Foxel.Models.DataBase
{
PictureProcessing = 0,
VisualRecognition = 1,
FaceRecognition = 2,
}
public enum TaskExecutionStatus