this tensor order is not supported by nvinferserver directly, please find tensor_order in nvinferserver.
I suggest to use nvpreprocess + nvinferserver to implement, here is a sample opt\nvidia\deepstream\deepstream\sources\apps\sample_apps\deepstream-3d-action-recognition\deepstream_3d_action_recognition.cpp, its tensor order is NCDHW, nvpreprocess is used to gernerate tenser data, nvinferserver will infer this tensor directly.
Hi @fanzh, This sample opt\nvidia\deepstream\deepstream\sources\apps\sample_apps\deepstream-3d-action-recognition\deepstream_3d_action_recognition.cpp has nvpreprocess + nvinfer and not nvinferserver.
If above statement is correct then,
How would above statement be possible? Sample app is for nvinfer deepstream execution and not nvinferserver based triton server’s execution.
Our objective is to use nvpreprocess with nvinferserver for NCDHW and not with nvinfer.
@hemangjethava
if using deepstream6.2, this sample already supports nvinferserver, please refer to readme, especially here:
inference config file path ‘triton-infer-config=config_triton_infer_primary_3d_action.txt’.
from deepstream6.2, nvinferserver starts to support tensor meta input, please find input_tensor_from_meta in plugin doc.