Skip to content
#

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...

blazejdolicki
blazejdolicki commented May 27, 2021
System information (version)
  • OpenCV => 4.2
  • Operating System / Platform => Windows 64 Bit
  • Compiler => Visual Studio Code 1.56.2
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
import cv2
# Read i
pkaske
pkaske commented Dec 29, 2020

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

jina
bwanglzu
bwanglzu commented Oct 21, 2021

In a typical image search task, we send image with dimensionality of B, C, H, W into a deep learning model, where:

  • B refers to batch_size.
  • C refers to channels, e.g. RGB is 3 channel image while grey-scale image only have 1 channel
  • H is the image height
  • W is the image width.

By default Jina executors and Finetuner use an argument channel_axis which allow user to mo