Update object_detection.py

This commit is contained in:
abinila siva 2025-04-11 15:57:04 -04:00 committed by GitHub
parent d794897776
commit 3be41a1fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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