Skip to content

Code for paper: Optical Flow Guided Feature: A Fast and Robust Motion Representation for Video Action Recognition

License

Notifications You must be signed in to change notification settings

reallongnguyen/Optical-Flow-Guided-Feature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nhận dạng hành động trong video - Nguyễn Phúc Long

Paper: A Fast and Robust Motion Representation for Video Action Recognition

Getting Started

Prerequisites

Cài python3 và pip3. Nếu máy bạn đã có thì bỏ qua bước này.

Cài virtualenv

$ [sudo] pip3 install virtualenv
$ sudo apt install python3-venv

Tải dataset và pre-trained model:

Installing

Tạo môi trường ảo bằng virtualenv

$ cd off
$ python3 -m venv .env

Chạy môi trường ảo và cài các package cần thiết

$ source .env/bin/activate
$ pip3 install -r requirement.txt

Thoát môi trường ảo

$ deactivate

Run project

$ source .env/bin/activate
$ python3 train_video_classifier_1.py

Built With

Versioning

0.1

Authors

Nguyễn Phúc Long

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Code for paper: Optical Flow Guided Feature: A Fast and Robust Motion Representation for Video Action Recognition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages