Skip to content

Latest commit

 

History

History

src

Dataset

Installation

pip install -r requirements.txt

Observations

https://github.com/Hyouteki/BTP/blob/main/ucfc/OBSERVATIONS.md

Quick Start

python extfet.py
python makmodred.py

Basic file overview

  • extfet: Extracts frames from the dataset and saving it to features.npy file. Reduces the overhead of extracting frames in each test.
  • model_conv_lstm: Trains the ConvLSTM based model on the dataset with reduced classes.
  • model_lrcn: Trains the LRCN based model on the dataset with reduced classes.
  • OBSERVATIONS: Observations and details rearding each test of the model.
  • models/: Trained models.
  • ind_model: Contains observations regarding models trained to detect only a signle class.
  • trainfiles/old/: Depricated models.

Dependencies

  • Tensorflow
  • Keras
  • opencv
  • Termcolor

References