EventPSR: Surface Normal and Reflectance Estimation from Photometric Stereo Using an Event Camera
- Python 97.7%
- Makefile 2.3%
| data | ||
| python | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
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.