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 14,301 public repositories matching this topic...
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。
-
Updated
Aug 20, 2021 - Python
List of Computer Science courses with video lectures.
-
Updated
Aug 2, 2021
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Aug 15, 2021 - C++
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
-
Updated
Aug 19, 2021 - C
Image-to-Image Translation in PyTorch
-
Updated
Jul 14, 2021 - Python
Learn OpenCV : C++ and Python Examples
-
Updated
Aug 16, 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.
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
May 2, 2021
-
Updated
Aug 17, 2021
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
-
Updated
Aug 19, 2021 - C++
Face recognition using Tensorflow
-
Updated
Jul 19, 2021 - Python
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 200 universities.
-
Updated
Aug 20, 2021 - Python
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
-
Updated
Aug 3, 2020 - Lua
A toolkit for making real world machine learning and data analysis applications in C++
-
Updated
Aug 19, 2021 - C++
Content aware image resize library
-
Updated
Jul 26, 2021 - Go
Datasets, Transforms and Models specific to Computer Vision
-
Updated
Aug 20, 2021 - Python
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
-
Updated
Aug 12, 2021
A MNIST-like fashion product database. Benchmark
-
Updated
Apr 24, 2021 - Python
Image-to-image translation with conditional adversarial nets
-
Updated
Jun 6, 2021 - Lua
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
-
Updated
Jul 27, 2021 - C++
I encountered a problem during benchmarking when running Flows on one machine with a high number of shards (64 in my case).
In that case there are sometimes port conflicts, because the Flow assigns the same port to multiple shards, which does not work on the same machine.
Of course that behaviour would be fine if all of those shards would live on different machines, which should be the case for
Best Practices, code samples, and documentation for Computer Vision.
-
Updated
Aug 18, 2021 - Jupyter Notebook
Ludwig is a toolbox that allows to train and evaluate deep learning models without the need to write code.
-
Updated
Aug 20, 2021 - Python
cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
-
Updated
Jul 23, 2021
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
-
Updated
Aug 19, 2021 - Python
3D Reconstruction Software
-
Updated
Aug 19, 2021 - Python


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