Consists of a Jupyter Notebook that will guide you to complete the implementation of a Faster R-CNN model for object detection.
-
Clone the repository.
-
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
-
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 :)
Guided demo of Luminoth toolkit, which will teach you the most important functionalities and how to train your own models.
Copyright © 2018, Tryolabs.