-
Updated
Dec 20, 2021 - C++
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,606 public repositories matching this topic...
-
Updated
Dec 19, 2021 - Python
-
Updated
Dec 12, 2021
-
Updated
Dec 14, 2021 - C++
-
Updated
Dec 17, 2021 - C
-
Updated
Dec 7, 2021
-
Updated
Dec 7, 2021 - Python
-
Updated
Dec 8, 2021 - Jupyter Notebook
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
ENV
Python 3.9
jina 2.5.0
Describe the bug
If i try to dump an image blob to a io.bytesio object an error is thrown
from jina import Document
import io
d = Document(uri='steam_data/image_store/8c/5b/8c5b265b9c533636.png')
output = io.BytesIO()
(
d
.load_uri_to_image_blob()
.dump_ima-
Updated
Dec 17, 2021 - C++
-
Updated
Dec 13, 2021
-
Updated
Aug 25, 2021 - Python
-
Updated
Dec 20, 2021 - Python
Motivated by huggingface/transformers#12789 in Transformers, one welcoming change would be replacing assertions with proper exceptions. The only type of assertions we should keep are those used as sanity checks.
Currently, there is a total of 87 files with the assert statements (located under datasets and src/datasets), so when working on this, to manage the PR s
-
Updated
Aug 3, 2020 - Lua
-
Updated
Dec 17, 2021 - C++
Initially brought in pytorch/vision#4472 (review)
TestBoxArea, TestBoxIoU and TestGenBoxIoU are all very related and perform a single test (or two if we consider the newly added JIT test).
We can probably refactor the implementations so that they follow the same base class, and use pytest.parameterize, so that each configuration is displayed a
-
Updated
Dec 16, 2021 - Go
-
Updated
Oct 19, 2021 - HTML
-
Updated
Apr 24, 2021 - Python
-
Updated
Jun 6, 2021 - Lua
-
Updated
Dec 16, 2021 - C++
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Aug 23, 2021
-
Updated
Dec 20, 2021 - Python
-
Updated
Nov 24, 2021 - Python
-
Updated
Jul 6, 2021
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