mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 20:38:25 +02:00
feat(ml)!: switch image classification and CLIP models to ONNX (#3809)
This commit is contained in:
parent
8211afb726
commit
165b91b068
14 changed files with 1617 additions and 507 deletions
machine-learning/app/models
|
@ -1,3 +1,3 @@
|
|||
from .clip import CLIPSTEncoder
|
||||
from .clip import CLIPEncoder
|
||||
from .facial_recognition import FaceRecognizer
|
||||
from .image_classification import ImageClassifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue