Please provide complete information as applicable to your setup.
Hardware Platform : GPU
DeepStream Version 6.3
TensorRT Version 530.41.03
NVIDIA GPU Driver Version 535.54.03
When attempting to run the following gst-launch command:
GST_DEBUG=*:3 USE_NEW_NVSTREAMMUX=yes gst-launch-1.0 v4l2src ! videoconvert ! nvvideoconvert ! “vide
o/x-raw(memory:NVMM)” ! streammux.sink_0 nvstreammux name=streammux batch-size=1 ! nvinfer config-file-path=emotions.config uniqu
e-id=15 ! nvvideoconvert ! nvdsosd ! nvvideoconvert ! glimagesink sync=false
that uses the following config file:
[property]
gpu-id=0
net-scale-factor=0.0039215697906911373
tlt-encoded-model=/emotionNet/model.etlt
labelfile-path=/emotionNet/labels.txt
tlt-model-key=nvidia_tlt
batch-size=1
network-mode=0
num-detected-classes=6
gie-unique-id=1
cluster-mode=3
[class-attrs-all]
pre-cluster-threshold=0.2
eps=0.2
group-threshold=1
I receive the following output:
max_fps_dur 8.33333e+06 min_fps_dur 2e+08
Setting pipeline to PAUSED …
0:00:00.371517660 299978 0x55e4169c2e30 INFO nvinfer gstnvinfer.cpp:682:gst_nvinfer_logger: NvDsInferContext[UID 15]: Info from NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:2002> [UID = 15]: Trying to create engine from model files
Aborted (core dumped)
I am confused as to why it would just randomly abort without any warnings or errors.