Paakhi Maheshwari

Results 3 issues of Paakhi Maheshwari

The above file, post-installation of Pipeless following the guidelines, is unavailable in the .pipeless directory. The only files in the directory are: _device_id, ibonnxruntime.1.16.0.dylib, libonnxruntime.dylib._ My system has Python installed...

Hi! I am building this pipeline: `gst-launch-1.0 \ rtspsrc location="$INPUT_PATH" protocols=tcp ! \ rtph264depay ! h264parse ! avdec_h264 ! \ videoconvert ! capsfilter caps="video/x-raw,format=BGRx" ! \ gvadetect model=${MODEL} model_proc=${MODEL_PROC} device=CPU...

Hello, I have built a GStreamer pipeline for my use-case and recently added a callback for post-processing which is slowing down the inference. My previous pipeline looked something like this:...