Hello
I am working on AGX and I am trying to make my model work with Facial Landmarks Estimation from ngc with deepstream.
My primary consists of the facenet model provided by ngc and I am trying to make the secondary with the following configurations:
• Hardware Platform (Jetson / GPU) • DeepStream Version • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
More, could you share what kind of TensorRT error do you meet?
Thanks.
ERROR: [TRT]: UffParser: Could not read buffer.
parseModel: Failed to parse UFF model
ERROR: failed to build network since parsing model errors.
ERROR: Failed to create network using custom network creation function
ERROR: Failed to get cuda engine from custom library API
0:00:01.818591012 17494 0x8385150 ERROR nvinfer gstnvinfer.cpp:613:gst_nvinfer_logger: NvDsInferContext[UID 2]: Error in NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:1735> [UID = 2]: build engine file failed
Segmentation fault (core dumped)
Hi @melissa1 ,
I am facing similar issue as your while working on this can you please share your config file if possible that you used to setup facial landmark model.