Update object_detection.py

This commit is contained in:
abinila siva 2025-04-11 15:57:04 -04:00 committed by Abinila Siva
parent 4f12cadec8
commit 5609643b2b

View File

@ -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)
return tensor_input