object-detection-workshop
object-detection-workshop copied to clipboard
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.
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
-
Clone the repository.
-
Execute the
download_checkpoint.shscript from the base directory in order to download the pre-trained checkpoint:cd object-detection-workshop ./download_checkpoint.sh -
Install the auxiliary library
workshop:pip install -e . -
Run Jupyter Notebook from the base directory:
jupyter notebook -
Open the notebook Implementing Faster R-CNN.ipynb.
-
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.
Copyright © 2018, Tryolabs.