• Hardware Platform (Jetson / GPU) GPU • DeepStream Version 6.0 • JetPack Version (valid for Jetson only) • TensorRT Version 8.1 • NVIDIA GPU Driver Version (valid for GPU only) 470
I tried to convert openpose caffee model in deepstream, i mentioned output-blob-names=‘concat_stage7’ but when converting to trt engine i am getting error says there is no such layer.
i have checked openpose repo there the same layer they are using as output layer.
ERROR:
ERROR: …/nvdsinfer/nvdsinfer_model_builder.cpp:163 Could not find output layer '‘concat_stage7’
Most of the implementations are in c/c++, but i want to run using python3. Also i did not found a better documentation for writing custom parser function and compile.