Jetson-Inference custom object detection

Hello developers,
I am trying to build custom object detection using the detect net and it went successfully but it is only working for real-time object detection. How can I test my .onnx model for an existing video on my device?

Hi @shirlekaramey, you can pass in the path to a video file like shown in this detection example:

For more documentation about the different types of video streams you can use, see here:

thank you very much for information

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