Course notebook error: Building Real-Time Video AI Applications

currently doing the final coding assessment in this course Course Detail | NVIDIA

i setup everything correctly

i keep getting this error at 4.4

Kernel Restarting
The kernel for assessment.ipynb appears to have died. It will restart automatically.

this is the output before the error happens:

the error happens at the line

pipeline.set_state(Gst.State.PLAYING)

any idea how to solve it?

This seems to be a very legacy deepstream ipynb tutorial, but I tested it and it works fine. Please check if the model has been downloaded correctly.

I think this problem is caused by incorrect configuration files or pipeline

Please refer to the following link for the configuration file

This is pipeline reference link

If you have a dGPU or Jetson device, please install the latest version for learning. This ipynb is not maintained by deepstream forums.

i actually solved my problem and yes it was a config issue.

why is there no config validation step or atleast better errors? It’s impossible to know the cause without rechecking everything.

nvinfer already does parameter checking.

For model input/output/path/data type, etc. nvinfer obtains it from the configuration file and cannot do any detection or prompt any errors because nvinfer does not know how to implement it.

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

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