Here are
185 public repositories
matching this topic...
A curated list of action recognition and related area resources
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
Updated
May 2, 2020
Python
Pre-trained models, data, code & materials from the paper "ImageNet-trained CNNs are biased towards texture; increasing shape bias improves accuracy and robustness" (ICLR 2019 Oral)
Deep Learning Computer Vision Algorithms for Real-World Use
Updated
Sep 12, 2019
Python
Simple project to recognize hands in realtime. 👋 Serves as an Example for building your own object recognizer.
Updated
Dec 11, 2017
Swift
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Updated
Oct 30, 2019
JavaScript
💎 "Marker-less Augmented Reality" with OpenCV and OpenGL
An example of using Tensorflow with Unity for image classification and object detection.
A curated list of visual relationship detection and related area resources
A Box detection algorithm for any image containing boxes.
Updated
Feb 18, 2020
Jupyter Notebook
CORe50: a new Dataset and Benchmark for Continual Learning
Updated
Feb 24, 2020
Python
SURF - Speeded Up Robust Features - source code
Face mask detection system using Deep learning.
Updated
May 12, 2020
Jupyter Notebook
Object Recognition using TensorFlow and Java
Updated
May 13, 2018
Java
Data, code & materials from the paper "Generalisation in humans and deep neural networks" (NeurIPS 2018)
Vehicle make and model classification in Tensorflow by fine-tuning VGG16
Updated
Apr 11, 2017
Python
High level python script that looks at a folder of video files and tells you which files contain people.
Updated
May 21, 2020
Python
Deep Co-occurrence Feature Learning for Visual Object Recognition (CVPR 2017)
Updated
May 15, 2017
MATLAB
Neural Network Aimbot for FPS games with custom training mode written in C++ providing a fast and efficient framework with scripting support ︻デ═一
Data and materials from the paper "Comparing deep neural networks against humans: object recognition when the signal gets weaker" (arXiv 2017)
Updated
Oct 16, 2017
MATLAB
Object-recognition using multiple templates in python
Updated
May 22, 2020
Jupyter Notebook
Deep-learning approaches to object recognition from 3D data
Updated
Sep 26, 2017
Jupyter Notebook
[WACV 2019 Oral] Deep Micro-Dictionary Learning and Coding Network
An example of using Tensorflow and ONNX models with Unity Barracuda inference engine for image classification and object detection.
An example project using a tensorflow model and Movidius NCS to do object recognition RPI camera module stream
Updated
Jun 27, 2018
Python
Exploiting Multi-Layer Features Using a CNN-RNN Approach for RGB-D Object Recognition
Updated
May 10, 2020
MATLAB
Fiji plugin for object(s) detection using template(s) matching
Updated
May 15, 2020
Python
Contributer, Object Recognition by using BoF+SVM
Updated
Dec 29, 2017
Python
Improve this page
Add a description, image, and links to the
object-recognition
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
object-recognition
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
cv2 load image as GBR.
plt and pil load image as RGB.
This causes a difference in the predicted value.