Stars
📚 C++ and Python solutions with automated tests for Cracking the Coding Interview 6th Edition.
Google's Engineering Practices documentation
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Workaround for Intel throttling issues in Linux.
Rectify and stitch images together using multiview geometry.
my octave exercises for 2011 stanford machine learning class, posted after the due date of course
Vigil, the eternal morally vigilant programming language
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
DeepLab-ResNet rebuilt in TensorFlow 1.1, updated to include CRF, weighted classes, and prediction-time augmentation
The official homepage of the (outdated) COCO-Stuff 10K dataset.
open Multi-View Stereo reconstruction library
This project labels the pixels of a road in images using a Fully Convolutional Network (FCN). Handles two labels currently.
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
A Windows and Linux driver in Python for the NZXT Hue+
Autonomous driving simulation in the Unity engine.
Detects false banknotes in the UC Irvine dataset.
Detect lane lines using Hough Transform & Canny edge detection.
Awesome paper list with code about generative adversarial nets
Reproduce GTSRB results of classic deep learning papers.
cuekoo / GDB-ImageWatch
Forked from renatoGarcia/gdb-imshowGDB version of VS extension Image Watch (for debugging OpenCV)
Cracking the Coding Interview 6th Ed. Python Solutions
GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse m…