ERROR pipeless_ai::input::pipeline] Unable to link new uridecodebin pad to videoconvert sink pad and WARN pipeless_ai::stages::inference::onnx] No inference input data was provided. Did you forget to add it at your pre-process hook? [2024-07-18T09:44:08Z ERROR pipeless_ai::stages::languages::python] Error executing hook: NameError: name 'output' is not defined [2024-07-18T09:44:08Z WARN pipeless_ai::pipeline] No frame returned from path execution, skipping frame forwarding to the output (if any). #148
Labels
question
Further information is requested
Error Description
I am trying to run a custom segmentation model on pipeless that was converted to onnx file to segment out the objects and then draw bounding box on the binary masks produced as output of the model. I have written the pre-processing and post-processing python scripts. They seem fine and I have tried them on a single image independently using the onnx model and output is correct. So when I run inference on the pipeless I get the following error: I'm using the rtsp streaming protocol for the live stream. I have provided a rtsp stream using the following command:
pipeless add stream --input-uri "rtsp://<>" --output-uri "screen" --frame-path "Inference"
The following error occurs:
The pre and post processing scripts I have written
Pre-Processing:
Post-Processing:
The text was updated successfully, but these errors were encountered: