r2inference
r2inference copied to clipboard
RidgeRun Inference Framework
Nvidia Jetpack 5 runs Cuda version 11.4; it appears that the latest build of r2inference only supports up to 10.2: ``` user:~ /usr/local/cuda/bin/nvcc --version nvcc: NVIDIA (R) Cuda compiler driver...
``` libtool --mode=execute valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes --track-origins=yes examples/r2i/ncsdk/googlenet -i ~/Work/R2Inference/ncsdk/examples/data/images/nps_acoustic_guitar.png -m ~/Work/R2Inference/ncsdk/examples/caffe/GoogLeNet/graph ==32152== Memcheck, a memory error detector ==32152== Copyright (C) 2002-2017, and GNU GPL'd, by Julian...
Hello, I am trying to follow the guide to install the r2inference library on a jetson nano. For my backend, I am using TensorRT which your documentation said is already...
============================================================================ RidgeRun inference library 0.9.0: tests/unit/r2i/tflite/test-suite.log ============================================================================ # TOTAL: 42 # PASS: 41 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents::...
This breaks TensorRT for example, or in general, any engine that uses memory not accesible by the CPU _Originally posted by @michaelgruner in https://github.com/RidgeRun/r2inference/pull/103#discussion_r496159589_
There is currently a limitation with the IFrame interface in the sense that it doesn't allow to pass a DataType. Basically no matter the type of pointer that one passes...
Either with Autotools and Meson, TensorRT tests are broken.
This is using the `r2inference-ubuntu-16.04:v0.3.0` container ``` make[4]: Entering directory '/root/r2inference-leak/examples/r2i/tensorflow' /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=gnu++11 -Werror -Wall -O0 -ggdb3 -I../common/ -I/usr/local/include/tensorflow/lite/tools/make/downloads/flatbuffers/include -O0 -ggdb3 ../../../r2i/libr2inference-0.0.la -o inception inception.o libtool:...
These are the commands to replicate: `./autogen.sh --disable-docs --enable-tflite` `make` `sudo make install` `cd examples/external` `make` Which gives: ``` /usr/local/lib/libr2inference-0.0.so: undefined reference to 'pthread_create' /usr/local/lib/libr2inference-0.0.so: undefined reference to 'pthread_join' collect2:...