gst-inference
gst-inference copied to clipboard
A GStreamer Deep Learning Inference Framework
Inferenceoverlay fails to build on Ubuntu 16.04 following the wiki instructions [link](https://developer.ridgerun.com/wiki/index.php?title=GstInference/Getting_started/Building_the_plugin) Seems Inferenceoverlay requires `opencv 3.3.1 or later`, but Ubuntu 16.04 has `opencv 2.4.9.1` available. ``` Making all in...
Hi guys, i wanted to try out the smart lock on the nano but https://github.com/RidgeRun/gst-inference/blob/master/tests/examples/face_detection/README.md The smart lock repo isnt on github, can you kindly provide it
Hello- I have a custom tinyyolov3 graph that takes an input size of 608x608. I'm running into problems however- i changed width and height in CAPS in gsttinyyolov3.c but the...
``` Making all in plugins DOC Introspecting gobjects (gst-plugin-scanner:9617): GStreamer-WARNING **: 16:27:49.673: Failed to load plugin '../../ext/r2inference/.libs/libgstinference.so': dlopen(../../ext/r2inference/.libs/libgstinference.so, 2): Symbol not found: _gst_create_boxes Referenced from: ../../ext/r2inference/.libs/libgstinference.so Expected in: /usr/local/lib/libgstinference-1.0.0.dylib in...
- [ ] Compile and validate for NCSDK - [x] Generate final TF model for CA - [ ] Generate final NCSDK model for CA - [x] Wiki Update compiler...
Hi, how can I change batch sizes and number of streams to be added for inference? Please let me know if there is a way to customize it. What is...
gst-launch-1.0 filesrc location=$VIDEO_FILE ! decodebin ! videoconvert ! videoscale ! queue ! net.sink_model inceptionv4 name=net model-location=$MODEL_LOCATION backend=tensorflow backend::input-layer=$INPUT_LAYER backend::output-layer=$OUTPUT_LAYER Setting pipeline to PAUSED ... 2019-04-02 13:16:53.378880: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU...