资源算法Mobilenet_Object_Detection

Mobilenet_Object_Detection

2020-02-28 | |  58 |   0 |   0

Rapid object detection suitable for implementation in autonomous vehicles from the Udacity Self-driving Car Engineer Nanodegree.

图片.png

Unzip frozen_inference_graph.zip within folder <ssd_mobilenet_v1_coco_11_06_2017> to use for inference

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


上一篇:ResNet_MobileNet_InceptionV3

下一篇:mobilenet-imagenet-classifier

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...