Awesome
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