I am seeking assistance with integrating the P2PNet model into the DeepStream framework. P2PNet is a straightforward point-based framework designed for both crowd counting and individual localization. However, I’ve noticed that the current Python applications in DeepStream do not support crowd counting models, and the P2PNet model operates on a different pipeline compared to the standard object detection flow.
Specifically, Gst-nvinfer currently supports the following network types:
Multi-class object detection
Multi-label classification
Semantic segmentation
Instance segmentation
After reviewing the custom model integration section in the DeepStream documentation, I found that the configuration parameters do not include those required for the P2PNet model.
I would greatly appreciate any support or guidance on how to integrate our P2PNet model using DeepStream plugins.
The “network-type=100” is always been used with “output-tensor-meta=1”. Gst-nvinfer — DeepStream documentation 6.4 documentation.
There is sample /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-infer-tensor-meta-test for how to use the APIs.
You need to customize the postprocessing and meta data for your special models.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks