Skip to main content

EyE Annotation Tool

PyPI Downloads License DOI

A Qt-based desktop tool for annotating pupil, limbus (iris), eyelid, and glints in eye images. Supports monocular and binocular projects with per-eye detector selection and annotations, and auto-detectors for each annotation type. Auto-detectors come from cheshm.

EyE Annotation Tool Main Page

Features

  • Monocular and binocular projects; detector selection, ROIs, and annotations stored per eye.
  • Manual annotation of pupil ellipse, limbus ellipse, eyelid mask, and glints.
  • Live auto-detection that re-runs on image load and detector swap.
  • Auto-detectors are every pupil / glint / limbus detector cheshm exposes (Simple, ElSe, ExCuSe, PuRe, PuReST, PupilLabs2D, Starburst, Swirski2D for pupil; Simple for glint; active_contour, integro_differential, pupil_guided for limbus). See cheshm's detector list for licences.
  • Project sessions with persistent defaults, undo, brightness/zoom controls, and review mode.
  • CLI flags for batch use: --images, --review, --auto-detectors.

Installation

Requirements

  • Python ≥3.10

From PyPI

pip install eye_annotation_tool

Using uv

uv pip install eye_annotation_tool

Or, to add it to an existing uv project:

uv add eye_annotation_tool

From source (editable / development)

git clone https://github.com/mh-salari/eye_annotation_tool.git
cd eye_annotation_tool
uv sync

Or with pip:

git clone https://github.com/mh-salari/eye_annotation_tool.git
cd eye_annotation_tool
python3 -m pip install -e .

Usage

eye_annotation_tool

Or as a module:

python -m eye_annotation_tool

Common CLI flags:

# Open a project and load extra images on top
eye_annotation_tool --project my_project.json --images img1.png img2.png

# Re-annotate a subset of images against an existing project (read-only)
eye_annotation_tool --project my_project.json --review img1.png img2.png

# Enable only a subset of auto-detectors this session
eye_annotation_tool --auto-detectors pupil,limbus

See eye_annotation_tool --help for the full flag list.

Adding your own detectors

To add a custom detector without modifying this project, drop a .py file in ~/.config/eye_annotation_tool/plugins/ (or any directory listed in the EYE_ANNOTATION_PLUGINS env var) that declares a module-level PLUGINS = [DetectorPlugin(...)] list. See eye_annotation_tool/auto_detectors/README.md for the full plugin contract and a minimal example.

Citing

If you use this software, please cite it using the following BibTeX entry:

@software{salari2025eye,
  author    = {Salari, Mohammadhossein},
  title     = {{EyE Annotation Tool}},
  year      = {2026},
  url       = {https://github.com/mh-salari/eye_annotation_tool},
  doi       = {10.5281/zenodo.18723470},
  license   = {MIT}
}

You can also click the "Cite this repository" button on the GitHub page for more citation formats.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

This project has received funding from the European Union's Horizon Europe research and innovation funding program under grant agreement No 101072410, Eyes4ICU project.

Funded by EU Eyes4ICU

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eye_annotation_tool-4.0.1.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eye_annotation_tool-4.0.1-py3-none-any.whl (2.1 MB view details)

Uploaded Python 3

File details

Details for the file eye_annotation_tool-4.0.1.tar.gz.

File metadata

  • Download URL: eye_annotation_tool-4.0.1.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for eye_annotation_tool-4.0.1.tar.gz
Algorithm Hash digest
SHA256 6178962be5d270a0614f1b0f746d239e982536ee5709816ed6a4e88aa0b373ec
MD5 4f9996fdd1410558c63db20ff5c48dc8
BLAKE2b-256 a971e43fda8022c2479547c2b5d2264aeb51c716dd5aed3ba678564c00c10511

See more details on using hashes here.

File details

Details for the file eye_annotation_tool-4.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for eye_annotation_tool-4.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dd7077a832fef835e15567c3040636e1176211a04a68b880b13690f79dfec47f
MD5 9c982f2ee9bb61e770958783c0632432
BLAKE2b-256 cffc2ccf1a7cdbad75cf99aac9f99bc812e5ae856f88b1fde983ae92750fd93d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

4.0.1 This release

2 files

4.0.0

2 files

3.0.2

2 files

3.0.1

2 files

3.0.0

2 files

2.1.1

2 files

2.1.0

2 files

2.0.1

2 files

1.1.0

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page