There is no target when running the trained model

Jetson TX2 NX
DeepStream 6.0.1
JetPack 4.6
Yolo v5 6.0 (trained)

I can run yolov5, yolov7, yolor through the deepstream app (they are all not trained) but when I run the trained yolvo5, it doesn’t detect any targets (rightly or wrongly).I am sure that the model was able to detect the target in PyTorch.There are no errors reported in this process.

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

There are some samples for open source YoloVx models. DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums

Nvinfer is open source, you can refer to DeepStream SDK FAQ for the nvinfer debugging. You can check whether the input to TRT is correct.

The following FAQ may also provide some method for debugging.
DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums

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