R2Inference: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
Line 2: Line 2:


{{Ambox
{{Ambox
|type=notice
|image=[[File:underconstruction.png|50px]]
|issue=Make sure you also check R2Inference's companion project: [[GstInference]]
|issue=Make sure you also check R2Inference's companion project: [[GstInference]]
}}
}}

Revision as of 10:42, 18 September 2019



R2Inference

A framework-independent inference library.

R2Inference is an open source project by RidgeRun that serves as an abstraction layer in C/C++ for a variety of machine learning frameworks. As such, a single C/C++ application may work with a Caffe or TensorFlow model, for example. This is specially useful for hybrid solutions, where multiple models need to be inferred. R2Inference may be able to execute one model on the DLA and another on the CPU, for instance.

Get started with R2Inference by clicking the button below!

For more advanced and custom support, please contact Ridgerun support at support@ridgerun.com.




Index Next: Introduction