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 15,014 public repositories matching this topic...
-
Updated
Oct 22, 2021 - Python
-
Updated
Oct 23, 2021
-
Updated
Oct 11, 2021 - C++
-
Updated
Oct 22, 2021 - C
-
Updated
Oct 20, 2021
-
Updated
Sep 30, 2021 - Python
-
Updated
Oct 20, 2021 - Jupyter Notebook
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
Change tensor.data
to tensor.detach()
due to
pytorch/pytorch#6990 (comment)
tensor.detach()
is more robust than tensor.data
.
-
Updated
May 2, 2021
-
Updated
Oct 23, 2021 - C++
-
Updated
Aug 25, 2021 - Python
In a typical image search task, we send image with dimensionality of B, C, H, W
into a deep learning model, where:
B
refers tobatch_size
.C
refers tochannels
, e.g. RGB is 3 channel image while grey-scale image only have 1 channelH
is the image heightW
is the image width.
By default Jina executors and Finetuner use an argument channel_axis
which allow user to mo
-
Updated
Oct 23, 2021 - Python
-
Updated
Aug 3, 2020 - Lua
-
Updated
Oct 22, 2021 - C++
-
Updated
Oct 23, 2021 - Python
🚀 The feature
Quite a few arguments on the Reference Scripts are missing the type
parameter. Most of them seem to be strings.
Examples:
http
-
Updated
Oct 11, 2021 - Go
-
Updated
Oct 19, 2021 - HTML
-
Updated
Apr 24, 2021 - Python
-
Updated
Jun 6, 2021 - Lua
-
Updated
Oct 21, 2021 - C++
-
Updated
Oct 19, 2021 - Jupyter Notebook
-
Updated
Oct 24, 2021 - Python
-
Updated
Aug 23, 2021
-
Updated
Oct 23, 2021 - Python
-
Updated
Oct 22, 2021 - Python
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