Skip to content

Latest commit

 

History

History
 
 

object_detection

Object detection

Pre-trained models

This repo contains scripts and tutorials for object detection models training.

Models that are able to detect faces on given images.

Models that are able to detect 3 classes of objects: person, vehicle, non-vehicle (e.g. bike).

Setup

Prerequisites

  • Ubuntu* 16.04
  • Python* >=3.6
  • PyTorch* 1.4.0
  • OpenVINO™ 2020.2 with Python API
  • mmdetection (../../external/mmdetection)

Installation

  1. Create virtual environment and build mmdetection:
bash init_venv.sh
  1. Activate virtual environment:
. venv/bin/activate