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 11,704 public repositories matching this topic...
-
Updated
Dec 28, 2020 - C++
-
Updated
Dec 29, 2020 - Python
-
Updated
Nov 23, 2020
-
Updated
Dec 28, 2020 - C
-
Updated
Dec 19, 2020 - Python
-
Updated
Dec 28, 2020 - Jupyter Notebook
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
-
Updated
Dec 16, 2020 - Python
-
Updated
Dec 7, 2020
-
Updated
Dec 28, 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 3, 2020 - Lua
-
Updated
Dec 28, 2020 - C++
-
Updated
Dec 16, 2020 - Go
-
Updated
Dec 26, 2020
-
Updated
Nov 29, 2020 - Python
Current pytorch implementation ignores the argument split_f in the function train_batch_ch13 as shown below.
def train_batch_ch13(net, X, y, loss, trainer, devices):
if isinstance(X, list):
# Required for BERT Fine-tuning (to be covered later)
X = [x.to(devices[0]) for x in X]
else:
X = X.to(devices[0])
...Todo: Define the argument `
-
Updated
Aug 5, 2020 - Lua
-
Updated
Dec 28, 2020 - C++
📚 Documentation
The methods in functional_pil.py and functional_tensor.py are private but contain a lot of duplicate documentation that is not currently used. It's worth cleaning this up and updating the documentation on functional.py to highlight potential differences or limitations between the two backends.
Here is an example of how we typically highlight backend differences in To
-
Updated
Dec 29, 2020 - Python
-
Updated
Oct 19, 2020 - Jupyter Notebook
-
Updated
Aug 26, 2020 - C#
-
Updated
Oct 11, 2019
-
Updated
Oct 31, 2018 - Python
-
Updated
Dec 24, 2020 - Python
-
Updated
Dec 29, 2020 - Python
-
Updated
Dec 11, 2019 - C++
System information (version)
Detailed description
The documentation for color conversions does not explain what _FULL does, e.g. https://docs.opencv.org/4.5.0/d8/d01/group__imgproc__color__conversions.html#gga4e0972be5de079fed4e3a10e24ef5ef0ae0070d7e97f1e565cc0992d038e5498e
I believe this should be explained for each color conversion as there are different inter