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 10,278 public repositories matching this topic...
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
Aug 13, 2020 - Python
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Aug 21, 2020 - C++
List of Computer Science courses with video lectures.
-
Updated
Jul 15, 2020
Image-to-Image Translation in PyTorch
-
Updated
Aug 8, 2020 - Python
Your new Mentor for Data Science E-Learning.
-
Updated
Aug 18, 2020 - Jupyter Notebook
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
-
Updated
Aug 16, 2020 - C
Learn OpenCV : C++ and Python Examples
-
Updated
Aug 21, 2020 - Jupyter Notebook
Face recognition using Tensorflow
-
Updated
Jun 26, 2020 - Python
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Aug 20, 2020
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
-
Updated
Aug 20, 2020 - C++
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
-
Updated
Aug 3, 2020 - Lua
Content aware image resize library
-
Updated
Jul 8, 2020 - Go
A toolkit for making real world machine learning and data analysis applications in C++
-
Updated
Aug 20, 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)->{
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
-
Updated
Aug 19, 2020
A MNIST-like fashion product database. Benchmark
-
Updated
Jul 22, 2020 - Python
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
-
Updated
Aug 17, 2020 - C++
Image-to-image translation with conditional adversarial nets
-
Updated
Aug 5, 2020 - Lua
Datasets, Transforms and Models specific to Computer Vision
-
Updated
Aug 22, 2020 - Jupyter Notebook
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.
-
Updated
Aug 22, 2020 - Python
Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
-
Updated
Aug 22, 2020 - Python
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
-
Updated
Jun 15, 2020 - C#
Hide screen when boss is approaching.
-
Updated
Oct 31, 2018 - Python
An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations.
-
Updated
Dec 11, 2019 - C++
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
-
Updated
Oct 11, 2019
Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!
-
Updated
Jul 15, 2020 - Python
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
-
Updated
Jul 20, 2020 - Jupyter Notebook
Hi,
I have installed PCL on Windows, and have discovered that PCL provides "Prebuilt Binaries" present at $(PCL_DIRECTORY)/bin/
apart from being an API library.
I found these binaries to be really helpful in my analysis of 3D models and have saved lot of my time.
However, I am not able to find what each of these "Prebuilt Binary" does. Right now I am going by guessing the name of each


Please enable cv.imencode and cv.imdecode in opencv.js while supporting PNG, JPEG and WEBP.