event_flow
Self-Supervised Learning of Event-based Optical Flow with Spiking Neural Networks
File Explorer
Download Latest Version (.zip)- flow.gif
- __init__.py
- eval_ECD.yml
- eval_flow.yml
- eval_HQF.yml
- eval_MVSEC.yml
- parser.py
- train_ANN.yml
- train_flow.yml
- train_SNN.yml
- __init__.py
- base.py
- encodings.py
- h5.py
- utils.py
- __init__.py
- flow.py
- __init__.py
- base.py
- model.py
- model_util.py
- spiking_submodules.py
- spiking_util.py
- submodules.py
- unet.py
- compare_dynrange.py
- compare_dynrange.yml
- compare_inits.py
- demo_iwe.py
- demo_iwe.yml
- plot_grads.py
- plot_model_param.py
- __init__.py
- gradients.py
- iwe.py
- mlflow.py
- utils.py
- visualization.py
- .flake8
- .gitignore
- .pre-commit-config.yaml
- eval_flow.py
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- train_flow.py
# Installation Guide
1. Get the code
git clone https://github.com/tudelft/event_flow
Downloads the entire project code from GitHub to your computer.
cd event_flow
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
curl https://pyenv.run | bash
Downloads and runs the official install script in one line β this handles the full setup automatically.
pip install --upgrade pip==20.0.2
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install --upgrade pip==20.0.2
Installs the package published on PyPI directly β no need to clone the source.
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
