Hi
On the basis of example Deepstream_python_apps/deepstream_test3, I implemented a simple face detection pipeline by replacing the primary network model.My project can be found here.The caffe model can be found here link.And prototxt file is modified according to this.But when running, the following error is reported:
I am not 100% certain on this, but my guess is that you need to implement your own custom bounding box parser in C++. Out of the box, deepstream supports the following models in terms of custom bounding box implementation (source: Using a Custom Model with DeepStream — DeepStream 6.3 Release documentation).
FasterRCNN
MaskRCNN
SSD
YoloV3 / YoloV3Tiny / YoloV2 / YoloV2Tiny
DetectNet
You need to write your own custom bbox parsing implementation, compile it to .so for linking and then include the path in the configuration file as follows: