ml6team / deepstream-python

NVIDIA Deepstream 6.1 Python boilerplate
MIT License
130 stars 36 forks source link

user_meta.base_meta.meta_type is never pyds.NvDsMetaType.NVDSINFER_TENSOR_OUTPUT_META #21

Open mikelmujika11 opened 10 months ago

mikelmujika11 commented 10 months ago

Hi,

I am working with DeepStream and I have found your work. It is really interesting and I want to apply the ReID to my app. I have added to the pipeline and I want to obtain the features, however it always enters in the if statement: if user_meta.base_meta.meta_type != pyds.NvDsMetaType.NVDSINFER_TENSOR_OUTPUT_META:

Why is this happening? Can you help me?

I attach the scrip and the configuration files I am using.

Thank you!

Mikel config_infer_primary_yoloV5.txt config_tracker_NvDCF_perf.txt deepstream_demux_multi_in_multi_out_ReID_pipeline.txt osnet.txt