mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-08 13:51:01 +02:00
Update object_detection.py
This commit is contained in:
parent
d794897776
commit
3be41a1fd9
@ -126,7 +126,6 @@ class LocalObjectDetector(ObjectDetector):
|
|||||||
|
|
||||||
tensor_input = tensor_input.transpose(1, 2, 0, 3) # Convert from NHWC to HWNC (expected DFP input shape)
|
tensor_input = tensor_input.transpose(1, 2, 0, 3) # Convert from NHWC to HWNC (expected DFP input shape)
|
||||||
|
|
||||||
|
|
||||||
return tensor_input
|
return tensor_input
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user