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