Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU) jetson agx orin 64GB
**• DeepStream Version 7.0
**• JetPack Version (valid for Jetson only) 6.0 GA
**• TensorRT Version 8.6.2.3 • NVIDIA GPU Driver Version (valid for GPU only)
**• Issue Type( questions, new requirements, bugs) bugs
hi
When I used the deepstream-test5 example, I added a rtsp stream through the rest api and sent messages without a target, with a negative score and a coordinate of 0 ,
noticing score, frameWidth can’t be found in nvmsgconv, did you modify the nvmsgconv code? where is the score from?
nvinfer plugin is opensource. it used to do inference and add object meta. if setting [class-attrs-all], in theory, the inference with the negative score will be skipped. you can add log in DetectPostprocessor::parseBoundingBox of opt\nvidia\deepstream\deepstream\sources\libs\nvdsinferserver\infer_postprocess.cpp to check if the negative value is dumped. especially you need to rebuild and replace the /opt/nvidia/deepstream/deepstream/lib/llibnvds_infer.so.
you can add log in attach_metadata_detector of opt\nvidia\deepstream\deepstream\sources\gst-plugins\gst-nvinfer\gstnvinfer_meta_utils.cpp to check if there is negative obj_meta->confidence. especially you need to rebuild and replace the /opt/nvidia/deepstream/deepstream/lib/gst-plugins/libnvdsgst_infer.so.
I did not find any abnormality. To simplify the pipeline, you can test your model in deeptream-test1. please refer to my last comment. you can add log to check if there are object meta with the negative score and abnormal coordinates.
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