EventPSR: Surface Normal and Reflectance Estimation from Photometric Stereo Using an Event Camera
  • Python 97.7%
  • Makefile 2.3%
Find a file
2025-03-27 09:30:47 +08:00
data Add more real data 2025-03-27 09:30:47 +08:00
python Add first prophesee data 2025-03-24 10:48:58 +08:00
.gitattributes Add first prophesee data 2025-03-24 10:48:58 +08:00
.gitignore Add more real data 2025-03-27 09:30:47 +08:00
LICENSE Add first prophesee data 2025-03-24 10:48:58 +08:00
Makefile Add more real data 2025-03-27 09:30:47 +08:00
README.md Add more real data 2025-03-27 09:30:47 +08:00
requirements.txt Add more real data 2025-03-27 09:30:47 +08:00

EventPSR: Surface Normal and Reflectance Estimation from Photometric Stereo Using an Event Camera

[Project Page] [Codeberg Repo]

Official implementation for EventPSR. This repo is still under construction.

To clone this project with data

This repo uses Git LFS to host data. To clone the code with data:

git lfs install
git clone --recursive https://codeberg.org/ybh1998/EventPSR.git

Or, to clone the code only:

GIT_LFS_SKIP_SMUDGE=1 git clone --recursive https://codeberg.org/ybh1998/EventPSR.git

To benchmark on real-world dataset

All the real-world captured data are under data/prophesee. The relation between data ID and object name are as follows:

Data ID Object Name
000009 Owl
000010 Letter
000016 Faucet Shinny
000017 Faucet Rough

To run EvenrPSR on all real-world data:

make prophesee

Copyright (c) 2024-2025 Bohan Yu. All rights reserved.

EventPSR is free software licensed under the GNU Affero General Public License, version 3 or any later version.