Error! while running mpeg videofile using opencv4.1.0

I’m running python yolo trained model in Jetson nano an get this error while running.
Error:
b: GStreamer-CRITICAL **: 13:30:08.267: gst_element_make_from_uri: assertion ‘gst_uri_is_valid (uri)’ failed[/b]

I’ve tried many solutions available in the Forum but didn’t get the result. Could anyone please help me out in this?

Hi,

It looks like you are accessing some file that doesn’t exist.
Could you share the detail command you run with us?

Thanks.

It’s just simaple as $python3 yolo.py
Is it related to gstream pipeline ?

Hi,
Please try the sample in DeepStream SDK:

deepstream_sdk_v4.0.1_jetson\sources\objectDetector_Yolo

We are checking to support python in future DeepStream SDK release. On DS4.0, we have the sample in C/C++.