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 13,228 public repositories matching this topic...

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

fmassa
fmassa commented May 10, 2021

🚀 Feature

In the references/detection in torchvision, we have a primitive called all_gather that allows to distribute arbitrary picklable objects among different processes, see https://github.com/pytorch/vision/blob/d6fee5a4c4518ddb11f3dc1b52c102a7bdad5b49/references/detection/utils.py#L75-L115

Since pytorch/pytorch#42189, PyTorch now natively supports this p