Michael Grüner
Michael Grüner
Provides a backport of the sink elements for GStreamer 1.14. It does so by keeping a local copy of the aggregator sources. The backport may be built conditionally by using...
It looks like the app expects a different name for the weights file being downloaded. Renaming the file works. `mv yolov2-tiny-voc.weights ./tiny-yolo-voc.weights`
Add the ability to listen to multiple buses from a single call. Something like: ```python gstc_bus_read(['pipe1', 'pipe2', 'pipe3'], callback) ```
I'm disabling python checks until they are fixed. Here are some points to fix: * They require gstd to be running, we need to mock this out. * They require...
``` ./configure make ./configure --with-gstd-logstatedir=/tmp make # nothing gets rebuilt ```
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...
In my Mac OSX: ``` meson --version 0.53.0 pkg-config --modversion opencv4 4.3.0 ``` I get the following: ``` ... Found CMake: /usr/local/bin/cmake (3.17.2) Run-time dependency opencv found: NO (tried pkgconfig...
I know this is a dumb and erroneous use case, but we should error out instead of segfaulting. This is an example pipeline: ``` gst-launch-1.0 avfvideosrc ! video/x-raw ! inferencefilter...
I see sporadic segfaults when starting the following pipeline: ``` inferencefilter filter-class=-1 ! inferencedebug name=before ! videoconvert ! tee name=tee tee. ! queue max-size-buffers=3 ! arch.sink_bypass tee. ! queue max-size-buffers=3...
I have a segfault with the following scenario: * R2Iference version: v0.5.0 * GstInference version: v0.7.0 Simple pipe to reproduce the problem: `gst-launch-1.0 tinyyolov2` Backtrace: ``` (lldb) bt * thread...