Go to file
2025-12-02 21:54:09 +07:00
src revert: Revert controllerSoftware to commit 6a21816e42 2025-12-02 21:54:09 +07:00
tests Temporary Commit 2025-11-28 16:18:30 +07:00
.gitignore Update .gitignore to exclude .DS_Store files 2025-11-28 11:01:55 +07:00
README.md Add new files and update existing ones 2025-11-27 22:22:56 +07:00
requirements.txt Temporary Commit 2025-11-28 16:18:30 +07:00
run.ps1 feat: Add pupil detection and camera stream to UI 2025-11-28 08:29:17 +07:00
run.sh Temporary Commit 2025-11-28 16:18:30 +07:00

Pupilometer

Introduction

This repository houses programs and documents related to Pupilometer project by Vietnam Academy of Science and Technology. The project aims to introduce a benchmark and researches into the interaction between light intensity and temperature to the eye strain disorder.

Dependencies

Python Dependencies

The Python dependencies are listed in the requirements.txt file. You can install them using pip:

pip install -r requirements.txt

NVIDIA DeepStream

For running the pupil segmentation on a Jetson Orin AGX or a Windows machine with an NVIDIA GPU, this project uses NVIDIA DeepStream. DeepStream is a complex dependency and cannot be installed via pip.

Please follow the official NVIDIA documentation to install DeepStream for your platform:

You will also need to install GStreamer and the Python bindings (PyGObject). These are usually installed as part of the DeepStream installation.

Additionally, the pyds library, which provides Python bindings for DeepStream metadata structures, is required. This library is also included with the DeepStream SDK and may need to be installed manually.