-
Updated
Oct 31, 2020 - C++
inference
Here are 485 public repositories matching this topic...
-
Updated
Oct 22, 2020 - Python
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Oct 29, 2020 - C++
-
Updated
Oct 9, 2020 - Java
-
Updated
Jan 3, 2019 - Python
-
Updated
Oct 27, 2020 - Python
Is there any place with updated info on how to cross compile for raspbian buster?
Current documentation is not working
https://github.com/openvinotoolkit/openvino/blob/2020/build-instruction.md#cross-compilation-using-docker
-
Updated
Oct 31, 2020 - C++
-
Updated
Apr 14, 2020 - C
-
Updated
Oct 27, 2020 - Python
Bounds check and call [] operator
-
Updated
Jan 24, 2020 - Python
'max_request_size' seems to refer to bytes, not mb.
-
Updated
Oct 31, 2020 - C
Hi, I am so interesting in your project, and wonder if you need contributor and how could I make my own contribution?
-
Updated
Nov 22, 2019 - Python
-
Updated
Oct 25, 2019
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 31, 2020 - Lua
-
Updated
Jul 20, 2018 - C++
-
Updated
Aug 18, 2019 - CMake
-
Updated
Aug 18, 2020 - Python
-
Updated
Oct 14, 2020 - C++
-
Updated
Oct 30, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the inference topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inference topic, visit your repo's landing page and select "manage topics."


Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is