https://github.com/shiba24/event-vision-library
A library for event-based vision
https://github.com/shiba24/event-vision-library
event-camera
Last synced: 12 days ago
JSON representation
A library for event-based vision
- Host: GitHub
- URL: https://github.com/shiba24/event-vision-library
- Owner: shiba24
- License: mit
- Created: 2023-02-10T15:44:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T08:32:45.000Z (over 1 year ago)
- Last Synced: 2025-04-16T03:57:27.179Z (about 1 year ago)
- Topics: event-camera
- Language: Python
- Homepage:
- Size: 881 KB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Event Vision Library
[][pypi_]
[][status]
[][python version]
[][license]
[][read the docs]
[][tests]
[][codecov]
[][pre-commit]
[][black]
[pypi_]: https://pypi.org/project/event-vision-library/
[status]: https://pypi.org/project/event-vision-library/
[python version]: https://pypi.org/project/event-vision-library
[read the docs]: https://event-vision-library.readthedocs.io/
[tests]: https://github.com/shiba24/event-vision-library/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/shiba24/event-vision-library
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
## Installation
You can install _Event Vision Library_ via [pip] from [PyPI]:
```console
$ pip install event-vision-library
# you can now `import evlib`
```
## Usage
Please see our [examples](https://github.com/shiba24/event-vision-library/tree/main/examples) and [documentation][read the docs].
## Features
- Python 3.8, 3.9, 3.10, 3.11, 3.12
- Pure-python library
- Numpy and Torch compatibility.
- 🚧 This library is under construction and currently alpha version. The APIs may change significantly. Contributions and discussions are welcomed! 🚧
### Data
- [✅] Support different data types (.text, .raw, .hdf5, .npy, .aedat) for various file encoding of event data
- [ ] ROS bag files (optional, based on ROS installation)
- [ ] Support multiple existing dataset (e.g., ECD, MVSEC, DSEC, etc.)
- [✅] Support iterator-based loading and also block-based (random access) loading.
### Algorithms
- Have different off-the-shelf methods, ready to use:
- [ ] Optical Flow estimation
- [✅] Image reconstruction
- [ ] Ego-motion estimation
- more to come.
- [ ] C++ implementation and extension for faster execution (TODO)
### Log and Vsualization
- [✅] Various visualization for 2D/3D representation of events
- [ ] Useful logging
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].
## License
Distributed under the terms of the [MIT license][license],
_Event Vision Library_ is free and open source software.
## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.
## Acknowledgement
This project was generated from [Hypermodern Python Cookiecutter] template.
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/shiba24/event-vision-library/issues
[pip]: https://pip.pypa.io/
[examples]: https://github.com/shiba24/event-vision-library/blob/main/examples
[license]: https://github.com/shiba24/event-vision-library/blob/main/LICENSE
[contributor guide]: https://github.com/shiba24/event-vision-library/blob/main/CONTRIBUTING.md
[command-line reference]: https://event-vision-library.readthedocs.io/en/latest/usage.html