/CV_task

This is tutorial project to implement object detection with tf and OpenCV.

Primary LanguageJupyter NotebookMIT LicenseMIT

Requirements

Linux Python 3.7 TensorFlow 2.1 Protobuf Compiler >= 3.0

Installation

Clone the repository.

git clone https://github.com/gugmelik/CV_task.git

Install the TensorFlow Object Detection API with Python Package

Clone the TensorFlow Models repository and proceed to the installation.

git submodule update --init

Creating environment and running

chmod +x ./scripts/install_n_run.sh
./scripts/install_n_run.sh ./data/video.mp4

Video will be saved at data/out.mp4

Credits

This tutorial's main source code comes from TensorFlow Object Detection API Tutorial with some modification.