Skip to content

NJUVISION/EventTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Transformer

This is the source code of Token-based Spatiotemporal Representation of the Events.

Environment

Python ≥ 3.7
CUDA 11.8

Installation

pip install -r requirements.txt
python setup.py develop

Require additional install sparseconvnet, pytorch3d and flow_vis_torch

Datasets preparation

See datasets.md

Train

python basicsr/train.py -opt options/train/[DATASETS]/XXX.yml

Test

python basicsr/test.py -opt options/train/[DATASETS]/XXX.yml --pretrained experiments/[YML_NAME]/models/net_g_latest.pth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages