Skip to content

tristandb8/EventTransAct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventTransAct

Example Image

Downloading dataset

You can find instructions on downloading the 2 datasets used in the paper below
DVS: https://research.ibm.com/interactive/dvsgesture/
N-Epic-Kitchens: https://github.com/EgocentricVision/N-EPIC-Kitchens

Preparing dataset for DVS

Clone snntorch repository:

git clone https://github.com/jeshraghian/snntorch/tree/master

Go to the snntorch/snntorch/spikevision/spikedata folder and replace dvs_gesture.py by the dvs_gesture.py file found in the /DL folder of this repo

Running the code

Finetuning on N-Epic-Kitchens dataset:

python train.py -c configs/config_NEK.py

Finetuning on DVS dataset:

python train.py -c configs/config_DVS_woECL.py

Finetuning on DVS dataset with contrastive loss:

python train.py -c configs/config_DVS_wECL.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages