Computer vision
Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.
Here are 10,255 public repositories matching this topic...
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 17, 2020 - C++
-
Updated
Jul 15, 2020
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Aug 8, 2020 - Python
-
Updated
Aug 16, 2020 - C
-
Updated
Aug 19, 2020 - Jupyter Notebook
-
Updated
Jun 26, 2020 - Python
-
Updated
Aug 18, 2020
-
Updated
Aug 20, 2020 - C++
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
-
Updated
Aug 3, 2020 - Lua
-
Updated
Jul 8, 2020 - Go
-
Updated
Aug 20, 2020 - C++
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
private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
-
Updated
Aug 19, 2020
-
Updated
Jul 22, 2020 - Python
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 5, 2020 - Lua
-
Updated
Aug 20, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Jun 15, 2020 - C#
-
Updated
Oct 31, 2018 - Python
-
Updated
Dec 11, 2019 - C++
-
Updated
Oct 11, 2019
-
Updated
Jul 15, 2020 - Python
Hi,
I have installed PCL on Windows, and have discovered that PCL provides "Prebuilt Binaries" present at $(PCL_DIRECTORY)/bin/
apart from being an API library.
I found these binaries to be really helpful in my analysis of 3D models and have saved lot of my time.
However, I am not able to find what each of these "Prebuilt Binary" does. Right now I am going by guessing the name of each
-
Updated
Jul 20, 2020 - Jupyter Notebook
Please enable cv.imencode and cv.imdecode in opencv.js while supporting PNG, JPEG and WEBP.