All Projects → bfortuner → Computer Vision

bfortuner / Computer Vision

Computer vision sabbatical study materials

Projects that are alternatives of or similar to Computer Vision

Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+4689.74%)
Mutual labels:  jupyter-notebook, jupyter, scikit-learn
Selfdrivingcar
A collection of all projects pertaining to different layers in the SDC software stack
Stars: ✭ 107 (+174.36%)
Mutual labels:  jupyter-notebook, opencv, scikit-learn
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-48.72%)
Mutual labels:  jupyter-notebook, jupyter, scikit-learn
Deeplearning cv notes
📓 deepleaning and cv notes.
Stars: ✭ 223 (+471.79%)
Mutual labels:  jupyter-notebook, opencv, scikit-learn
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-10.26%)
Mutual labels:  jupyter-notebook, jupyter, scikit-learn
Py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 140 (+258.97%)
Mutual labels:  jupyter-notebook, jupyter, scikit-learn
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+43.59%)
Mutual labels:  jupyter-notebook, opencv, scikit-learn
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+5892.31%)
Mutual labels:  jupyter-notebook, jupyter, scikit-learn
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (+307.69%)
Mutual labels:  jupyter-notebook, jupyter, scikit-learn
Skydetector
A Python implementation of Sky Region Detection in a Single Image for Autonomous Ground Robot Navigation (Shen and Wang, 2013)
Stars: ✭ 23 (-41.03%)
Mutual labels:  jupyter-notebook, jupyter, opencv
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-64.1%)
Mutual labels:  jupyter-notebook, jupyter
Icon2017
Repository for the ICON 2017 hackathon 'multivoxel pattern analysis (MVPA) of fMRI data in Python'
Stars: ✭ 14 (-64.1%)
Mutual labels:  jupyter-notebook, scikit-learn
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+21256.41%)
Mutual labels:  jupyter-notebook, jupyter
Python Ml
Stars: ✭ 8 (-79.49%)
Mutual labels:  jupyter-notebook, jupyter
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+81938.46%)
Mutual labels:  jupyter-notebook, scikit-learn
Deep learning projects
Stars: ✭ 28 (-28.21%)
Mutual labels:  jupyter-notebook, scikit-learn
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (+2346.15%)
Mutual labels:  jupyter-notebook, jupyter
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-23.08%)
Mutual labels:  jupyter-notebook, scikit-learn
Pyspark Setup Demo
Demo of PySpark and Jupyter Notebook with the Jupyter Docker Stacks
Stars: ✭ 24 (-38.46%)
Mutual labels:  jupyter-notebook, jupyter
Python for ml
brief introduction to Python for machine learning
Stars: ✭ 29 (-25.64%)
Mutual labels:  jupyter-notebook, scikit-learn

Computer Vision

Self-study guide for traditional and ML-based computer vision techniques

Theory

Implementations of important computer vision and machine learning concepts.

Computer Vision

  • Background Subtraction
  • Colorspace
  • Features
  • Filters
  • Geometry
    • Affine transforms
    • Projective transforms
  • HOG Features
  • Histograms
  • Homography
  • Hough Transform
  • Image Gradients
  • K-Means
  • Kalman Filter
  • Linear algebra
    • Vectors
    • Matrices
  • Morphological Operations
  • Optical Flow
  • Segmentation
  • Thresholding

Deep Learning

  • Autoencoder
  • CNN
  • GAN
  • VAE

Applied

Solutions to common tasks with popular libraries: OpenCV, PyTorch, Scikit-learn..

  • Classification
    • ResNet
    • SqueezeNet
  • Object Detection
  • Multi-Object Tracking
    • Ball Tracking
    • Player Tracking
  • Image Processing
    • Grayscale
  • Segmentation
    • FC-DenseNet
    • UNet
  • SfM
    • Image Stitching

Problems

Coding problems and solutions. Mostly computer science fundamentals with a slight focus on computer vision.

  • Arrays
  • Matrix
  • HashMap
  • Stacks/Queues
  • Strings
  • Dynamic Programming
  • LinkedLists
  • Recursion
  • Trees

Papers

Notes on interesting computer vision papers.

Setup

Dependencies

  • Anaconda 3
  • OpenCV 3
  • Pytorch >0.2
  • Tensorflow
  • GPU

Hardware

Datasets

  • Download link for datasets in this repo.

Resources

Courses

Books

Papers

Datasets

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].