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,236 public repositories matching this topic...
-
Updated
Nov 13, 2021 - Python
-
Updated
Nov 10, 2021
-
Updated
Nov 10, 2021 - C++
-
Updated
Nov 12, 2021 - C
-
Updated
Nov 8, 2021
-
Updated
Nov 4, 2021 - Python
-
Updated
Oct 27, 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
Nov 12, 2021 - C++
-
Updated
Aug 25, 2021 - Python
Describe the bug
I'm having major trouble with from_csv.
Context: I'm writing tutorial for build simple text search engine with Jina + Hub. I don't want to include a whole section of processing datasets, hence just passing a CSV into from_csv. I tried with meme dataset (converted tsv) before, and now using [superhero dataset](https://www.kaggle.com/jonathanbesomi/superheroes-nlp-datas
-
Updated
Nov 12, 2021 - Python
f-strings offer better readability/performance than str.format and %, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.
NOTE FOR CONTRIBUTORS: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files located under
datasets/*.
-
Updated
Aug 3, 2020 - Lua
-
Updated
Nov 13, 2021 - C++
🐛 Describe the bug
Python Pandas are no longer an optional dependency of torchvision's dataset. Still there are a few references of them on configuration and CI files. More specifically it should be removed from:
https://github.com/pytorch/vision/blob/5f0edb97b46e5bff71dc19dedef05c5396eeaea2/.github/workflows/tests-schedule.yml#L35-L36
-
Updated
Nov 12, 2021 - Go
-
Updated
Oct 19, 2021 - HTML
-
Updated
Apr 24, 2021 - Python
-
Updated
Jun 6, 2021 - Lua
-
Updated
Nov 12, 2021 - C++
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Nov 13, 2021 - Python
-
Updated
Aug 23, 2021
-
Updated
Nov 11, 2021 - Python
-
Updated
Jul 6, 2021
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