Skip to content
/ ni-sr Public

Repo for "Neuromorphic Imaging with Super-Resolution", IEEE TCSVT, 2024.

License

Notifications You must be signed in to change notification settings

pz-even/ni-sr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo provides the code of Neuromorphic Imaging with Super-Resolution.

@article{zhang2024tcsvt,
  title    =  {Neuromorphic Imaging with Super-Resolution},
  author   =  {Pei Zhang and Shuo Zhu and Chutian Wang and Yaping Zhao and Edmund Y. Lam},
  journal  =  {IEEE Transactions on Circuits and Systems for Video Technology},
  doi      =  {10.1109/TCSVT.2024.3482436},
}

DEMO

DEMO

Implementation

NOTE: The code provides an unoptimized prototype allowing you to make modifications as needed. You can try other networks and learning settings to meet various scenarios.

  1. Prepare your event sample (with t, x, y, p entries) in the data folder.
  2. Run the program
    CUDA_VISIBLE_DEVICES=0 python run_task.py
    
  3. Check the result folder for output files.

Result

3D visualization (x, y, t) is a simple way to verify your result and its distribution: DEMO

About

Repo for "Neuromorphic Imaging with Super-Resolution", IEEE TCSVT, 2024.

Resources

License

Stars

Watchers

Forks

Languages