Back to Back detector - replace primary_detector to yolov3-tiny

I want to now replace primary detector in Back to Back detector to YoloV3-tiny model like /opt/nvidia/deepstream/deepstream_5.0/sources/objectDetector_Yolo
i have seen nvyolo plugin but i am not clear how to apply to Back to Back detector
help me. thanks
• Hardware Platform Jetson Nano
• DeepStream 5.0
• JetPack Version 4.4
• TensorRT Version 7.1

Hi @PhongTN,
if you want to use YoloV3-tiny as primary detector, you just replace the content of primary_detector_config.txt with the YoloV3-tiny configure - /opt/nvidia/deepstream/deepstream-5.0/sources/objectDetector_Yolo/config_infer_primary_yoloV3_tiny.txt

Thanks you