Skip to content

Latest commit

 

History

History
 
 

object_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Object detection

Pre-trained models

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

Setup

Prerequisites

  • Ubuntu* 16.04
  • Python* >=3.6
  • PyTorch* 1.5.1
  • OpenVINO™ 2020.4 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