Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 592 Bytes

File metadata and controls

30 lines (21 loc) · 592 Bytes

Action Recognition 2

Pre-trained models

This repo contains scripts and tutorials for action recognition models training.

Setup

Prerequisites

  • Ubuntu* 16.04
  • Python* >=3.6
  • PyTorch* 1.6.0
  • OpenVINO™ 2020.4 with Python API
  • mmaction2 (../../external/mmaction2)

Installation

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