computer-vision-nanodegree
There are 18 repositories under computer-vision-nanodegree topic.
udacity/CVND_Exercises
Exercise notebooks for CVND.
vmelan/CVND-udacity
Computer Vision Nanodegree program from Udacity
darkmatter18/Udacity-Computer-Vision-Nanodegree
đź“· Computer Vision Nanodegree Repository
nz-is/Computer-Vision-ND
This repo contains my completed Computer Vision projects & exercises from Udacity Computer Vision Nanodegree
sunsided/slam
Landmark Detection and Tracking (SLAM) project for CVND
mrdvince/image_captioning
Automatically produce captions given an input image, using a resnet 50 as the encoder and a custom defined Decoder RNN, basically by combining a CNN for feature extraction and an RNN
alexhaislip/Real-Time-Abnormal-Events-Detection-and-Tracking-in-Surveillance-System
The main abnormal behaviors that this project can detect are: Violence, covering camera, Choking, lying down, Running, Motion in restricted areas. It provides much flexibility by allowing users to choose the abnormal behaviors they want to be detected and keeps track of every abnormal event to be reviewed. We used three methods to detect abnormal behaviors: Motion influence map, Pattern recognition models, State event model. For multi-camera tracking, we combined a single camera tracking algorithm with a spatial based algorithm.
HROlive/Computer-Vision-Nanodegree
As one of the 300 scholars chosen among 6,000 from the first phase, "Secure and Private AI" by Facebook AI, I have earned a full scholarship to Udacity’s Computer Vision Nanodegree
HaraldoFilho/Computer-Vision-Nanodegree
Projects and Labs of the Udacity's "Computer Vision Nanodegree"
josancamon19/landmark_detection_and_tracking
Landmark detection and tracking project for Computer Vision Nanodegree.
phreakyphoenix/Image-Captioning-Pytorch
Image Captioning using CNN-RNN architecture made with :heart: in Pytorch. Do :star2: he repo if you find it useful :rocket:
phreakyphoenix/Landmark-Detection-and-Tracking-SLAM
Landmark Detection and Robot Tracking (SLAM) made with :heart: in Pytorch
Tandon-A/CVND_Udacity
Projects of Udacity Computer Vision Nanodegree, project 1 - facial keypoint detection, project 2 - Image Captioning, project 3 - SLAM and extra curricular project on code optimization
AhmedNasr7/Facial-Key-Point-Detection
A facial keypoint detection system that takes in any image with faces, recognizes and detects faces using Viola-Jones Algorithm, and predicts the location of 68 distinguishing key points on each face using a regression convolutional neural network.
im-rohan/Udacity-Computer-Vision-Nanodegree
Computer Vision Nanodegree program from Udacity
jman4162/CVND-image-captioning
CNN-RNN image captioning project for Udacity's Computer Vision Nanodegree (CVND) program.
josancamon19/facial_keypoint_detection
Facial Keypoint Detection project for Computer Vision Nanodegree.