Skip to content

Latest commit

 

History

History
 
 

action_recognition_2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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