Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.9.0
Target Operating System
Linux
Hardware Platform
DRIVE AGX Orin Developer Kit (not sure its number)
SDK Manager Version
2.1.0
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
Issue Description
I used trtexec tool to convert dla engine with standalone mode and the input of dla engine is int8:dla_hwc4
My question is, how to pass nvscibuf after nvmedia image processing as dla’s input ?
Since the nvscibuf object with attribution of image has datatype of uint8, but dla engine need inputs with datatype of int8.
Is there any other way besides map uint8 data to int8 data on cpu/cuda ?