-
Updated
Sep 30, 2020 - C++
inference
Here are 470 public repositories matching this topic...
-
Updated
Sep 10, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Oct 3, 2020 - TypeScript
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 1, 2020 - Java
-
Updated
Jan 3, 2019 - Python
-
Updated
Sep 28, 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
Apr 14, 2020 - C
-
Updated
Oct 4, 2020 - C++
-
Updated
Sep 7, 2020 - Python
Bounds check and call []
operator
'max_request_size' seems to refer to bytes, not mb.
-
Updated
Jan 24, 2020 - Python
-
Updated
Oct 2, 2020 - C
-
Updated
Nov 22, 2019 - Python
Hi, I am so interesting in your project, and wonder if you need contributor and how could I make my own contribution?
-
Updated
Oct 25, 2019
-
Updated
May 30, 2020 - Python
-
Updated
Sep 29, 2020 - Lua
-
Updated
Jul 20, 2018 - C++
-
Updated
Aug 18, 2019 - CMake
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 31, 2020 - C++
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