All Projects → udacity → Carnd Object Detection Lab

udacity / Carnd Object Detection Lab

Licence: mit

Projects that are alternatives of or similar to Carnd Object Detection Lab

Ml Twitter Sentiment Analysis
Jupyter Notebook + Python code of twitter sentiment analysis
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
Quantum I Ching
A Quantum 爻 System Implementation for Divination
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Data Mining Python
《python数据分析与挖掘实战》项目实践及拓展
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Simpletensorflowclassificationexample
SImple notebook and dataset to demonstrate classification in TensorFlow
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
Notebooks
IPython Notebooks
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
Neural Ode
Neural Ordinary Differential Equation
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Pyspark Tutorial
PySpark Code for Hands-on Learners
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
One Shot Siamese
A PyTorch implementation of "Siamese Neural Networks for One-shot Image Recognition".
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
Stattests
Source code to reproduce experiments from the article Practitioner’s Guide to Statistical Tests
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Car Damage Detector
Detect dents and scratches in cars. Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow.
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
Histogramloss
This repository contains code for paper "Learning Deep Embeddings with Histogram Loss" (NIPS2016)
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
Reinforcementlearning
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
18303
18.303 - Linear PDEs course
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
3dunet abdomen cascade
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
60 days rl challenge
60_Days_RL_Challenge中文版
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Aind Cv Facialkeypoints
AIND, computer vision capstone project. This repo contains starting code for an end-to-end facial keypoint recognition system that relies on a combination of computer vision and deep learning techniques.
Stars: ✭ 91 (-1.09%)
Mutual labels:  jupyter-notebook
Juliaworkshop19
Advanced Julia for undergraduate physicists
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Python Tutorials
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Lis Ynp
🔮 Life is short, you need PyTorch.
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook
Book Code
《深度学习之PyTorch实战计算机视觉》全书代码
Stars: ✭ 92 (+0%)
Mutual labels:  jupyter-notebook

CarND Object Detection Lab

In lab this you will:

  • Learn about MobileNets and separable depthwise convolutions.
  • The SSD (Single Shot Detection) architecture used for object detection
  • Use pretrained TensorFlow object detection inference models to detect objects
  • Use different architectures and weigh the tradeoffs.
  • Apply an object detection pipeline to a video.

Open the notebook and work through it!

Requirements

Install environment with Anaconda:

conda env create -f environment.yml

Change TensorFlow pip installation from tensorflow-gpu to tensorflow if you don't have a GPU available.

The environment should be listed via conda info --envs:

# conda environments:
#
carnd-advdl-odlab        /usr/local/anaconda3/envs/carnd-advdl-odlab
root                  *  /usr/local/anaconda3

Further documentation on working with Anaconda environments.

Particularly useful sections:

https://conda.io/docs/using/envs.html#change-environments-activate-deactivate https://conda.io/docs/using/envs.html#remove-an-environment

Resources

Tips

  • Some windows users have reported the driving video as playable only in Jupyter Notebook operating in Chrome browser, and not in media player or Jupyter Notebook operating in other browsers. In contrast the post-segmentation video appears to be operating across players and browsers.
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].