-
Updated
Nov 30, 2020 - C++
inference
Here are 495 public repositories matching this topic...
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Nov 19, 2020 - C++
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 28, 2020 - Python
-
Updated
Jan 3, 2019 - 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
Dec 1, 2020 - C++
-
Updated
Apr 14, 2020 - C
-
Updated
Nov 27, 2020 - Python
Bounds check and call [] operator
-
Updated
Jan 24, 2020 - Python
'max_request_size' seems to refer to bytes, not mb.
-
Updated
Dec 1, 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
Dec 1, 2020 - Lua
-
Updated
Aug 18, 2019 - CMake
-
Updated
Jul 20, 2018 - C++
-
Updated
Nov 25, 2020 - Python
-
Updated
Oct 29, 2020 - C++
-
Updated
Nov 18, 2020 - C++
-
Updated
Nov 28, 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