mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 08:09:02 +03:00
Refactor TensorRT (#18643)
* Combine base and arm trt detectors * Remove unused deps for amd64 build * Add missing packages and cleanup ldconfig * Expand packages for tensorflow model training * Cleanup * Refactor training to not reserve memory
This commit is contained in:
committed by
Blake Blackshear
parent
40ab7d6c38
commit
4b57e5e265
@@ -12,7 +12,7 @@ class EmbeddingsRequestEnum(Enum):
|
||||
# audio
|
||||
transcribe_audio = "transcribe_audio"
|
||||
# custom classification
|
||||
train_classification = "train_classification"
|
||||
reload_classification_model = "reload_classification_model"
|
||||
# face
|
||||
clear_face_classifier = "clear_face_classifier"
|
||||
recognize_face = "recognize_face"
|
||||
|
||||
Reference in New Issue
Block a user