Hello everyone,
I’m new to the Jetson Orin AGX and currently working on a project involving Gaze Estimation .
I am using DeepStream 7.0 and running the sample deepstream app, which both makes did not fail, but when trying to run the sample app with:
./deepstream-gaze-app 1 ../../../configs/nvinfer/facial_tao/sample_faciallandmarks_config.txt file:///usr/data/faciallandmarks_test.jpg ./gazenet
I get the following error
Decodebin child added: source
Decodebin child added: decodebin0
nvbufsurface: memory type (-1861353439) not supported
nvbufsurface: Error(-1) in releasing buffer memory
Segmentation fault (core dumped)
From the outputs of the script I only get this warning
0:00:04.674816358 7229 0xaaaaec771f60 WARN nvinfer gstnvinfer.cpp:679:gst_nvinfer_logger: NvDsInferContext[UID 1]: Warning from NvDsInferContextImpl::initialize() <nvdsinfer_context_impl.cpp:1244> [UID = 1]: Warning, OpenCV has been deprecated. Using NMS for clustering instead of cv::groupRectangles with topK = 20 and NMS Threshold = 0.5
I was following the documentation from the README and it says that a core dumped is expected during first try, but I tried running it multiple times without success.
Thanks in advance for your help!