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 13,475 public repositories matching this topic...
-
Updated
Jun 9, 2021 - Python
-
Updated
May 30, 2021
-
Updated
May 8, 2021 - C++
-
Updated
Jun 8, 2021 - C
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 2, 2021 - Jupyter Notebook
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h
-
Updated
May 2, 2021
-
Updated
May 21, 2021 - Python
-
Updated
Jun 8, 2021 - C++
-
Updated
Aug 3, 2020 - Lua
-
Updated
Jun 4, 2021
-
Updated
Jun 8, 2021 - C++
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 7, 2021 - Go
-
Updated
May 21, 2021
Currently, most tests in test/test_transforms_tensor.py rely on unittest.TestCase. Now that we support pytest, we want to remove the use of the unittest module.
Instructions
There are many tests in this file, so I bundled them in multiple related groups below. If you're interested in working on this i
-
Updated
Apr 24, 2021 - Python
-
Updated
Jun 6, 2021 - Lua
-
Updated
May 29, 2021 - C++
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 2, 2021
-
Updated
Jun 5, 2021 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Apr 21, 2021 - C#
System information (version)
Detailed description
When running cv2.seamlessClone() the error is a bit misleading when the incorrect image path is supplied. It doesn't make it obvious that the problem is in the path
Steps to reproduce