gst-inference icon indicating copy to clipboard operation
gst-inference copied to clipboard

A GStreamer Deep Learning Inference Framework

Results 46 gst-inference issues
Sort by recently updated
recently updated
newest added

- [x] Build documentation - [x] Examples documentation - [x] Benchmarking - [x] Blog Post - [x] Generate tarballs with models

enhancement

- [x] Build documentation - [x] Examples documentation - [x] Benchmarking - [x] Blog Post - [x] Generate tarballs with models

enhancement

There seems to be a small memory leak of about ~100KB/s when running the pipeline below. I'm currently looking into this but thought I would post the issue ahead of...

R2Inference does not support models with multiple output tensors at this point in time.

bug

Internal operators for both models are not compatible for TensorRT

When I run the command `gst-inspect-1.0 inference`, I get this error: ``` No "inference" element or plugin ``` And when I try a `gst-inspect-1.0/usr/local/lib/gstreamer-1.0/libgstinference.so`, I have a" segmentation fault ":...

On `dev-0.10` docs are built during installation and it fails on Mac OSX: ``` (dev-0.10 *)$ sudo ninja install [0/1] Installing files. Installing gst-libs/gst/r2inference/libgstinference-1.0.0.dylib to /usr/local/lib Installing gst-libs/gst/opencv/libgstinferencebaseoverlay-1.0.0.dylib to /usr/local/lib...

bug