tryolabs / object-detection-workshop

Learn the inners of object detection with Deep Learning by understanding Faster R-CNN model, and how to use Luminoth to solve real-world problems.

Home Page:https://tryolabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop: Object detection with Deep Learning

Hands-on 1: Implementing Faster R-CNN (almost) from scratch

Consists of a Jupyter Notebook that will guide you to complete the implementation of a Faster R-CNN model for object detection.

Instructions

  1. Clone the repository.

  2. Execute the download_checkpoint.sh script from the base directory in order to download the pre-trained checkpoint:

    cd object-detection-workshop
    ./download_checkpoint.sh
  3. Install the auxiliary library workshop:

    pip install -e .
  4. Run Jupyter Notebook from the base directory:

    jupyter notebook
  5. Open the notebook Implementing Faster R-CNN.ipynb.

  6. Read the instructions carefully and complete everything :)

Hands on 2: using Luminoth for real world object detection

Guided demo of Luminoth toolkit, which will teach you the most important functionalities and how to train your own models.

Access the Luminoth tutorial.


Copyright © 2018, Tryolabs.

About

Learn the inners of object detection with Deep Learning by understanding Faster R-CNN model, and how to use Luminoth to solve real-world problems.

https://tryolabs.com


Languages

Language:Jupyter Notebook 69.5%Language:Python 30.3%Language:Shell 0.1%