Skip to content

bvisjohn/pulse2percept

This branch is 31 commits behind pulse2percept/pulse2percept:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96c2375 · Jun 20, 2024
Jun 15, 2024
Jan 27, 2024
Jan 27, 2024
Jun 15, 2024
Mar 3, 2022
Nov 11, 2020
Nov 17, 2023
Apr 5, 2021
Apr 4, 2021
Aug 15, 2020
Apr 7, 2020
Jun 22, 2021
Dec 1, 2019
Jan 10, 2024
Jan 13, 2024
Oct 26, 2023
Jun 20, 2024
Oct 17, 2016
Apr 6, 2022

Repository files navigation

DOI BSD 3-clause PyPI build GitHub forks GitHub stars

pulse2percept: A Python-based simulation framework for bionic vision

Retinal degenerative diseases such as retinitis pigmentosa and macular degeneration result in profound visual impairment in more than 10 million people worldwide, and a variety of sight restoration technologies are being developed to target these diseases.

Retinal prostheses, now implanted in over 500 patients worldwide, electrically stimulate surviving cells in order to evoke neuronal responses that are interpreted by the brain as visual percepts ('phosphenes'). However, interactions between the device electronics and the retinal neurophysiology result in perceptual distortions that may severely limit the quality of the generated visual experience:

Input stimulus and predicted percept

(left: input stimulus, right: predicted percept)

Built on the NumPy and SciPy stacks, pulse2percept provides an open-source implementation of a number of computational models for state-of-the-art visual prostheses (also known as the 'bionic eye'), such as ArgusII, BVA24, and PRIMA, to provide insight into the visual experience provided by these devices.

Simulations such as the above are likely to be critical for providing realistic estimates of prosthetic vision, thus providing regulatory bodies with guidance into what sort of visual tests are appropriate for evaluating prosthetic performance, and improving current and future technology.

If you use pulse2percept in a scholarly publication, please cite as:

M Beyeler, GM Boynton, I Fine, A Rokem (2017). pulse2percept: A Python-based simulation framework for bionic vision. Proceedings of the 16th Python in Science Conference (SciPy), p.81-88, doi:10.25080/shinma-7f4c6e7-00c.

Installation

Once you have Python 3 and pip, the stable release of pulse2percept can be installed with pip:

pip install pulse2percept

The bleeding-edge version of pulse2percept can be installed via:

pip install git+https://github.com/pulse2percept/pulse2percept

When installing the bleeding-edge version on Windows, note that you will have to install your own C compiler first. Detailed instructions for different platforms can be found in our Installation Guide.

pulse2percept supports these Python versions:

Python 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 2.7
p2p 0.9 Yes Yes Yes Yes          
p2p 0.8   Yes Yes Yes Yes        
p2p 0.7     Yes Yes Yes Yes      
p2p 0.6       Yes Yes Yes Yes    
p2p 0.5         Yes Yes Yes    
p2p 0.4             Yes Yes Yes

Where to go from here

About

A Python-based simulation framework for bionic vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Cython 4.4%
  • Makefile 0.1%