mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
Add support for yolox models to onnx detector (#17773)
This commit is contained in:
@@ -31,6 +31,7 @@ class InputTensorEnum(str, Enum):
|
||||
|
||||
class InputDTypeEnum(str, Enum):
|
||||
float = "float"
|
||||
float_denorm = "float_denorm" # non-normalized float
|
||||
int = "int"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user