Classify actions performed by users through first person videos and electromyography data from EMG sensors applied on user's arms.
To run the instructions, be careful to set the correct configs for the specific configuration you want to run.
python save_feat.py config=configs/I3D_save_feat.yaml dataset.shift=D1-D1 name=save_feat_I3D_EK
python EMG/EMG_preprocessing.py
python save_feat_action-net.py config=configs/I3D_save_feat.yaml dataset.shift=D1-S04 name=save_feat_I3D_AS
python train_classifier.py name=classifierD1 dataset.shift=D1-D1
using Classifier2 on model inside configs/default.yaml
python train_TRN.py name=classifierD1 dataset.shift=D1-D1
using TRNClassifier on model inside configs/default.yaml
python EMG/EMG_train.py
python EMG_CNN.py
python train_multimodal.py name=classifierS04 dataset.shift=S04-S04
using configs/multi_modalities.yaml