• Hardware Platform - Jetson
• DeepStream Version - 5.0
• JetPack Version - 4.4.1
• TensorRT Version -7.1.3
Hi Team,
I am facing an error when I was trying to use my own cusom SSD model in the deepstream objectdetector-SSD sample.
its a ONNX model converted from pytorch checkpoint.
I am attaching the error log here. The error was related to NMS layer.
I just gone through the network arcchitecture and cust_bbox_parser.cpp. There is not NMS layer in my ssd model.
How can i use my custom SSD model with the Objectdetector-SSD script.
I am attaching my config files too.
config_infer_primary_ssd.txt (3.9 KB) deepstream_app_config_ssd.txt (2.5 KB)
@Fiona.Chen en , @kayccc @WayneWWW can anybody help me in this?