HeartRateNet model usage

Please provide complete information as applicable to your setup.

**• Hardware Platform - Jetson AGX Xavier
**• DeepStream Version - 5.1
**• JetPack Version (valid for Jetson only) - 4.5
**• TensorRT Version - 7.1

Hi, i have a face detection program
HR_deepstream.c (18.4 KB) and i have a deployable HeartRateNet model and it’s engine. Model’s config :HR_config.txt (369 Bytes) (I don’t know if it is right). What should i do to use this model in my program ?

Hi,

It seem there is a HR_primary_config.txt configure inside the source.

Do you want to use HR_primary_config.txt as the detector.
And apply the classifier (defined in HR_config.txt ) to the detected ROI region?

You can find the model customization guide in the below document:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_using_custom_model.html#

Thanks.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.