Skip to content

A general deep learning based event camera data processing toolbox from Institude of Intelligent Vehicle at Tongji Univertsity.

Notifications You must be signed in to change notification settings

Flawless1202/tjevents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TJEvents: A general deep learning based event camera data processing toolbox

This repo contains various general tools for event camera data processing as well as many general modules or models for deep learning on event camera, especially for graph-based methods or video reconstruction from events.

Now we have implemented:

Requirements

  • torch >= 1.4.0
  • torchvision >= 0.5.0
  • torch_geometric >= 1.5.0
  • opencv-python
  • scipy

Install

a. Install PyTorch 1.5 and torchvision 0.6 following the official instructions.

b. Install Pytorch Geometric 1.5 following the official instructions.

c. Clone the repository.

git clone https://github.com/Flawless1202/tjevents.git

d. Install the other requirements.

pip install -r requirements.txt

d. Install.

python(3) setup.py install  # add --user if you want to install it locally
# or "pip install ."

Run a train example

a. Prepare the dataset: Download the ASL-Dataset and unzip them all to data/NVS2Graph/raw.

b. Run the train example with spcific config

python examples/train_e2g.py --load_config ./config/dgcnn.yaml

About

A general deep learning based event camera data processing toolbox from Institude of Intelligent Vehicle at Tongji Univertsity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published